CONFIG WAITSUART
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Compiler directive that specifies that software UART waits after sending the last byte. <span style="font-family: Arial;"> </sp...")
Newer edit →
(Created page with "= <span class="f_Header">Action</span> = Compiler directive that specifies that software UART waits after sending the last byte. <span style="font-family: Arial;"> </sp...")
Newer edit →
Revision as of 14:01, 8 February 2013
Contents |
Action
Compiler directive that specifies that software UART waits after sending the last byte.
Syntax
CONFIG WAITSUART = value
Remarks
value |
A numeric value in the range of 1-255.
A higher value means a longer delay in mS. |
When the software UART routine are used in combination with serial LCD displays it can be convenient to specify a delay so the display can process the data.
See also
Example
See OPEN example for more details.