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...)
hSerialPort = NEW SerialPort ( )
- Creates a new SerialPort.
Referenced by :