@@ -14,10 +14,8 @@ This dll requires the following packages to work fine.
### Prerequisites
Use pip script to install `scipy` , `numpy`and `pythonnet` . These packages are used to read .dll files writen in C# and calculate some anticipated data.
Use pip script to install `pythonnet` . These package(s) are used to read .dll files writen in C# and calculate some anticipated data.
```
pip install scipy
pip install numpy
pip install pythonnet
```
...
...
@@ -43,28 +41,41 @@ First of all, you should plug your device into your PC, and also install `ST mic
After that type in the `Connect` method
```
myAwsomeHolyShitImDyingForThisDevice.Connect()
myAwsomeHolyShitImDyingForThisDevice.connect()
```
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: