This class was designed to allow to communicate using a serial interface (usually RS-232 serial port). This class inherits from ".Stream" class, so you can use standard streams methods to send and receive data, and to close the port ( print, read, write...)
This class is creatable.
DIM hSerialPort AS SerialPort hSerialPort = NEW SerialPort ( ) |