TBlockSerial.Connect
TBlockSerial
procedure Connect(comport: string; baud, bits: Integer; parity: Char; stop: Integer; softflow, hardflow: Boolean);
Unit
SynaSer
Description
Connects to comport (i.e. 'COM2') with speed defined by baud parameter.
Bits specified number of bits.
Known parity values are: 'N','O','E','M' and 'S'.
Stop define length of stop bit. 0 is 1 stop bit. 1 is 1.5 of stop bit, and 2 is 2 stop bits.
Softflow and hardflow is used for specify of flowcontrol.
Note: remember, commonly used serial laplink cabel not support hardware handshake!