$SERIALOUTPUT1
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Specifies that serial output of the second UART must be redirected. <span style="font-family: Arial;"> </span> <span style="fo...")
Newer edit →
(Created page with "= <span class="f_Header">Action</span> = Specifies that serial output of the second UART must be redirected. <span style="font-family: Arial;"> </span> <span style="fo...")
Newer edit →
Revision as of 23:39, 6 February 2013
Contents |
Action
Specifies that serial output of the second UART must be redirected.
Syntax
$SERIALOUTPUT1 = label
Remarks
Label |
The name of the assembler routine that must be called when a character is send to the serial buffer (UDR1).
The character is placed into R24. |
With the redirection of the PRINT and other serial output related commands, you can use your own routines.
This way you can use other devices as output devices.
See also
$SERIALINPUT1 , $SERIALINPUT , $SERIALINPUT2LCD , $SERIALOUTPUT
Example
See the $SERIALOUTPUT example