
Originally Posted by
mister_e
AND you could also skip all DEFINEs, just write to the according register... as the PICMultiCalc .
Thank You mister_e,
so many subtel little turns and twists to learn. Can you answer this?
If I defineand send
Code:
serout PortB.4,T9600,[254,128,"9600 baud line 1~"] '128 so as not to add space
pause 100
serout PortB.4,T9600,[254,192,"9600 baud line 2~"]
pause 100
serout PortB.4,T9600,[254,148,"9600 baud line 3~"]
pause 100
serout PortB.4,T9600,[254,212,"9600 baud line 4~"]
pause 100
It still displays all 4 lines as if define was set to 4?
JS
Bookmarks