C Language Development Kit/Functions/SetRTS
From OptiWiki
| Description | Sets the level of the RTS line. Only works with COM0 (direct serial cable). | ||||
| Syntax | void setRTS(int level); | ||||
| Arguments | Two values are defined for level:
int level
| ||||
| Returns | None | ||||
| Remarks | setRTS() is available on the PHL1700 and only works with COM0.
setRTS() has no effect when used on other communications ports. The default state of the RTS line is OFF. | ||||
| Example | |
