serFlush (Function) |
Top Previous Next |
serFlush clears the system receive buffer for the chosen port. The result is that any data not received into the application buffer, but present in the system buffer, will be cleared.
Input: port : SINT (0..127) (default 0) Selects which serial port to use.
Returns: None.
Declaration: FUNCTION serFlush;
Example: INCLUDE rtcu.inc |