@@ -31,71 +31,40 @@ clr.AddReference(the absolute path of i8.dll file)
...
@@ -31,71 +31,40 @@ clr.AddReference(the absolute path of i8.dll file)
# for example: clr.AddReference('C:/Users/i8-tech/Desktop/csharp_dlls/infinite8dll/I8Library1/bin/Debug/I8Library1.dll')
# for example: clr.AddReference('C:/Users/i8-tech/Desktop/csharp_dlls/infinite8dll/I8Library1/bin/Debug/I8Library1.dll')
```
```
### instance from main class of i8devices
### instance from main class of i8devices
Just import `Device` class, And then you can use it by declaring an instance of `Device` class.
```
```
just import `Device` class, And then you can use it by declaring an instance of `Device` class.
from I8Devices import Device
myAwsomeHolyShitImDyingForThisDevice = Device()
```
```
## How to Use
## How to Use
First of all, you should plug your device into your PC, and also install `ST micro COM Port Package` from `Device Manager`.
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).
Use the following methods to retrieve class information:
If device is successfully connected to the PC, you can Use the following methods and properties to retrieve Device information or send a command to it:
This project is licensed under the MIT License - see the [kemitchell.com](https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html) website for details.
This project is licensed under the I8 Co. License - see the [Infinite8 website](https://infinite8.tech) website for details. (you wish there will be some information but I gotta tell you there is not )