Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.
Hi all,
Could you explain why we need the step "Wait for A/D conversion to complete" in ADC module? I've read data sheet and some tutorial but I'm still confused about this step.
Thanks for reading this.
I'm not sure what I'm doing is correct or not. Each I/O pin of parallel port I connect to outside circuit by a wire. So I can use each pin separately (from D0 to D7)
By the way, I will read more about parallel port configuration.
Thanks Eric
Hi Nigel Goodwin,
I have a serial port. But could you tell me which program should I use in computer for reading this analog signal? Can I use Labview?
Hi Eric,
I would like to send the output from PIC to computer by parallel port
But in parallel port I have only 3 bit (3 pin ) to read this data.
That's why I have to change from 8bit to 3 bit
Hi all,
I'm working with ADC in PIC16F877. The output is written on PortC in 8 bit.Could I display this output in 3 bit? For example
PortC = 11111111 -> PortE = 111
PortC = 01111011 -> PortE = 011
PortC = 00010001 -> PortE = 010
Could I do something like this? (I checked but not worked)
movlw...
Could anyone help me to find out what wrong with my code
My program will check value from portB
If portB =11000 PIC will read analog input from RA0 then send digital value to PORTC
If PortB not equal 11000 PIC will read analog input from RA1 then send digital value to PORTC
Here is my source...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.