Search found 3 matches

by hjue
Tue Mar 17, 2009 4:31 pm
Forum: Flowcode V2 & V3
Topic: ADC Issues
Replies: 2
Views: 2364

Re: ADC Issues

Thanks for the help. =D
by hjue
Tue Mar 17, 2009 1:29 am
Forum: Flowcode V2 & V3
Topic: ADC Issues
Replies: 2
Views: 2364

ADC Issues

I'm trying to turn on just port AN0 as an analog input. I've inserted C-blocks right before and after where I take my input into pin 1 (RA0/AN0). I'm using a PIC18F1320, and my sensor is a temperature sensor (LM34) First block: adcon0 = 0xc3; adcon1 = 0xFE; Second Block: adcon0 = 0xc1; I'm currently...
by hjue
Thu Feb 19, 2009 3:52 am
Forum: Components (Other)
Topic: Connecting a alphanumeric LCD to Flowcode
Replies: 71
Views: 70603

Re: Connecting a alphanumeric LCD to Flowcode

I am trying to connect a 16x2 alphanumeric LCD (LCM-S01602DTR) to my PIC18F1320. All my wiring seems to be correct according to the first post in this thread. The LCD powers on and the first row is all on. However, the text I have programmed in Flowcode (v3.4.7.48) does not show. I've attached my co...