Initializes and opens the usb device. EventName - Sets the sub that will handle the DataAvailable event. Device - The UsbDevice previously found with UsbManager. InterfaceIndex - The interface index. Pass -1 to choose automatically.
Similar to Initialize. This method lets you explicitly choose the serial class. ClassName - One of the following strings: "CDCSerialDevice", "CH34xSerialDevice", "CP2102SerialDevice", "FTDISerialDevice", "PL2303SerialDevice".
IsInitializedAsBoolean
ParityAsInt [write only]
One of the PARITY constants.
PARITY_EVENAsInt
PARITY_MARKAsInt
PARITY_NONEAsInt
PARITY_ODDAsInt
PARITY_SPACEAsInt
StartReading
Starts listening for incoming data. The DataAvailable event will be raised whenever new data is available.