SEROUT2 PORTd.2,84,["COUNTER=",DEC COUNTER,13,10] 'BAUD = 38400
84 is 9600 baud and it is True mode. If you are connecting directly to a PC you will need to use Inverted mode.
SEROUT2 PORTd.2,84,["COUNTER=",DEC COUNTER,13,10] 'BAUD = 38400
84 is 9600 baud and it is True mode. If you are connecting directly to a PC you will need to use Inverted mode.
Dave
Always wear safety glasses while programming.
Bookmarks