First of all, you should plug your device into your PC, and also install `ST micro COM Port Package` from `Device Manager` (it should be installed itself if your connected to internet).
First of all, you should plug your device into your PC, and also install `ST micro COM Port Package` from `Device Manager` (it should be installed itself whenever you be connected to the internet).
After that type in the `Connect` method
After that type in the `Connect` method
```
```
myAwsomeHolyShitImDyingForThisDevice.Connect()
myAwsomeHolyShitImDyingForThisDevice.Connect()
```
```
This methode also return a boolian "True/False" to indicate whether the device is successfully connected to the PC or not.
If device is successfully connected to the PC, you can use the following methods and properties to retrieve Device information, or send a command/ recieve data to/from the device:
If device is successfully connected to the PC, you can use the following methods and properties to retrieve Device information, or send a command/ recieve data to/from the device: