16bit A/D conv to ascii

Thread Starter

emzdanow

Joined Jun 14, 2010
23
Hello all, I know there have been posts on this subject matter before, but I was wondering if anyone would like to share how to convert an A/D conversion (say from pot) to ascii characters for an lcd. I am using PIC16F690 in c. I am a beginner so any help would be appreciated. I have searched internet for awhile but am still unclear.

Thanks
 

beenthere

Joined Apr 20, 2004
15,819
The A to D conversion output will be a binary value. The task is to go from hexadecimal to BCD, and then convert the BCD digits to ASCII.
 
Top