serSetDTR (Function) |
Top Previous Next |
serSetDTR sets the logical state of the DTR signal. This function is only supported on serial ports with control signals (typically serial port 1).
Input: port : SINT (0..127) (default 1) Selects which serial port to use.
state : BOOL The logical state the DTR signal.
Returns: None.
Declaration: FUNCTION serSetDTR;
Example: INCLUDE rtcu.inc |