You 'r right skimask,
We cannot achive 115200 baud with SERIN2, According to manual and limitation of compiler,
But i think one day we all will use SERIN2 at 115200 baud as below,
DEFINE OSC 20
INCLUDE "My_Lcd.bas"
INCLUDE "DT_INTS-14.bas"
INCLUDE "LCDbar_INC.bas"
INCLUDE "DT_INS-SERIN2.bas"
B0 var word
Main:
@ DT_SERIN2 , 115200, [B0]
LCDOUT $fe,1, "Value", DEC 5 B0
pause 200
goto main
Sory Sir Darrel Taylor, its impossible for us to achive 115200 baud in serin2 mode without your MAGIC code.
Bookmarks