Function Com_Init() Foundation
Initializes a COM port
Com_Init( <nComPortNum> , ;
[<nBaudrate>] , ; // Default: 300
[<cParity>] , ; // Default: "N"
[<nBitLength>], ; // Default: 8
[<nStopBits>] ; // Default: 1
) --> lInitialized
Com_Init() returns .T. if the specified COM port is initialized otherwise .F.
Initializes a specified COM port.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.