Functions | |
void | OpenSP (string sPort, counter iBaudRate, counter iTimeOut, counter iBits, counter iStopBits, string sParity) |
This function opens a serial port for reading and writing. | |
string | ReadSP (string sPort) |
This functions reads from the serial port. | |
void | WriteSP (string sPort, string sData) |
This functions writes a string of characters to the serial port. |
|
This function opens a serial port for reading and writing.
|
|
This functions reads from the serial port.
|
|
This functions writes a string of characters to the serial port.
|