Thanks for looking at it!
I've tried a few more things, ending with:
Include "modedefs.bas"
ANSELF = 0 'Set PortF to digital
TRISF = 0 'PortF = outputs
ADCON0 = 0 'Turn off A/D
Low PortF.1
Start:
Toggle PortF.1
Pause 10
Serout PortF.2,4,["data"]
Goto Start
There is no serial data coming out of PortF.2, but PortF.1 toggles about every 26mS.
When it says there is no work around, does that mean I cant set them manually and there is no way to make it work?
Or, am I still missing a setup for the A/D or something?
Thanks!
Bookmarks