I am using PICBasic Pro Compiler but when I try to use the line serin or serout it gives me errors when I compile. The error I get is: Bad Expression.
The code I am using is:
B0 var byte
Main:
B0=25
serout PORTA.3, N2400, [#B0,13]
Loop: gotoLoop
End
Bookmarks