@@ -41,7 +41,7 @@ After that type in the `Connect` method
myAwsomeHolyShitImDyingForThisDevice.Connect()
```
This methode also return a boolian "True/False" to indicate whether the device is successfully connected to the PC or not.
This method 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:
```
...
...
@@ -55,9 +55,37 @@ If device is successfully connected to the PC, you can use the following methods
myAwsomeHolyShitImDyingForThisDevice.getData()
```
#### Get Info
If you call this methode without any input or with input `all`, it will return a dict with this structure:
### Methodes
#### getInfo()
If you call this method without any input or with input `all`, it will return a dict with this structure: