SerialPort

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 ( )

EventsPropertiesMethodsConstants
CTSChange 
DCDChange 
DSRChange 
DTRChange 
RNGChange 
RTSChange 
Read 
 
CTS 
DCD 
DSR 
DTR 
DataBits 
FlowControl 
Parity 
PortName 
RNG 
RTS 
Speed 
Status 
StopBits 
 
Open 
 
Active 
Inactive 
 


Referenced by :