I tested it with this piece of code and it doesn't work(it stays zero) so I think it is a sync problem I'm going try to lower the baud rate.. what settings are preferable?Code:Main: lcdout $FE,1,Dec(Teller) ' Print to LCD clearing previous char for temp = 0 TO 50 ' Loop for 1 second pause 20 next temp Teller= Teller + 1 HSerin [WAIT("A"),STR TimeDate\6] goto Main
Bookmarks