13.23. SERIAL I/O

About
Functions order

13.23.1. About SERIAL I/O

Category Serial I/O include description of functions for

using communication over COM-ports. This function based on

multiplatform library EZV24 http://libezV24.sourceforge.net/.

For using need linking clip-com library:

clip -e test.prg -lclip-com

13.23.2. SERIAL I/O functions order

13.23.2.4. Function COM_HARD()

 lOldHandshake := COM_HARD(<nComPort>,<lNewHandshake>,[<lDTR/DSR>])

13.23.2.5. Function COM_INIT()

 lInitialized := COM_INIT(<nComPort>,[<nBaudRate>],[<cParity>],
 [<nDataLength>],[<nStopBits>])

13.23.2.12. Function COM_SOFT()

 lOldHandshake := COM_SOFT(<nComPort>,[<lNewHandshake>],[<cXONchar>],[<cXOFFchar>])