serForceDataReady (Function) |
Top Previous Next |
serForceDataReady will force that data is made ready (see serFrameReceiver) even if the criteria for a frame has not been met. This will set the "ready" output of the SerFrameReceiver function block to true immediately.
Note: this function will only work when operating in non-framed mode (eof=sof=0).
Input: port : SINT (0..127) (default 0) Selects which serial port to use.
Returns: None.
Declaration: FUNCTION serForceDataReady;
Example: INCLUDE rtcu.inc |