I have a question. I am designing a battery charger and I want to read the voltage with the ADC on my pic. I am using a voltage divider to step down the voltage by 100 (meaning 12.65V would ...
Does anyone know how to generate DTMF tones using a single I/O line similar to the PICbasic DTMFout command? I've seen the example provided with the compiler but it looks like it needs more than one I ...
Hello!
Can someone help me? Here is what I am doing. I have 4 NPN transistors (base) connected to PORTB 0-3 (a basic emmiter follower) . I am pulsing each transistor in a state machine and reading ba ...
I do plan on using different commands this was just to use as an example.
Can you provide an example or modify the code as to how to look for a terminating character? I'm not too sure as to where or ...
Hello!
Does anyone know how to receive a data packet using a serial interrupt?
I got the serial interrupt working fine I just can't figure out how to compare the data received to a command I have pr ...