Property | Type | Description | |
---|---|---|---|
INTERFACE_TTL232R5V | ushort[] |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FromIdAsync ( string deviceId ) : Task |
||
GetDeviceInformationsFromUsbVidPidAsync ( ushort vidPid ) : Task |
||
Read ( ) : Task |
||
Write ( byte value ) : System.Threading.Tasks.Task | ||
Write ( char command, byte data ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
ArduinoDevice ( SerialDevice device ) : System |
public static FromIdAsync ( string deviceId ) : Task |
||
deviceId | string | |
return | Task |
public static GetDeviceInformationsFromUsbVidPidAsync ( ushort vidPid ) : Task |
||
vidPid | ushort | |
return | Task |
public Write ( byte value ) : System.Threading.Tasks.Task | ||
value | byte | |
return | System.Threading.Tasks.Task |
public Write ( char command, byte data ) : System.Threading.Tasks.Task | ||
command | char | |
data | byte | |
return | System.Threading.Tasks.Task |