$SERIALOUTPUT1
From MCS Wiki AVR
(Difference between revisions)
(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...") |
|||
Line 49: | Line 49: | ||
= <span class="f_Header">Example</span> = | = <span class="f_Header">Example</span> = | ||
− | See the [[$SERIALOUTPUT]] example | + | See the [[$SERIALOUTPUT]] example<br/>{{Languages}} |
+ | |||
+ | [[Category:BASCOM Language Reference]] |
Latest revision as of 22:14, 8 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 exampleLanguages | English • Deutsch |
---|