com_open

Open COM port with specifies the baud rate, parity bits, data bits, and stop bits

Arguments

  1. String, COM port, baud rate, parity bits (0 or N - NoParity, 2 - EvenParity, 3 - OddParity, 4 - SpaceParity, 5 - MarkParity), data bits, and stop bits. The example setting is 'COM1,9600,N,8,1'

Output

Handle

Examples

com_open