Hi Tim,
I'd love to be able to help you but I think you are in the wrong forum. I don't know which compiler you're using but this forum is for the Micro Engineering Labs PIC Basic Compilers (Standard and PRO).
Sorry....
/Henrik Olsson.
Hi Tim,
I'd love to be able to help you but I think you are in the wrong forum. I don't know which compiler you're using but this forum is for the Micro Engineering Labs PIC Basic Compilers (Standard and PRO).
Sorry....
/Henrik Olsson.
This is PROTON PDS. As usual, the PORTA have some multiplexed analog stuff on PORTA that MUST be disable first.
ADCON1=7
or
ALL_DIGITAL = TRUE
should do the trick. Also, you should set your config fuses. something like
The right forum for you will be www.picbasic.org/forumCode:REMINDERS=FALSE Config LVP_OFF, HS_OSC, WDT_OFF
Last edited by mister_e; - 6th March 2007 at 16:39.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Thanks for your feedback. I'll try the Proton PIC Basic Development Forum.
But I'll also take on board your advice, thanks Steve.
Many thanks, Steve. ADCON1=7 did the trick!
Good! it's just weird that it's worked even without MAX232 and in TRUE mode.. but anyways.
enjoy!
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks