Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/22/02 09:18
Read: times


 
#26104 - RE: Receiving data from External Interrupts
"Actually I have connected IR receiver at P3.3"

Presumably your "IR receiver" gives you a serial data stream?
The interrupt will "fire" on each falling edge - your Service Routine will need to re-assemble these into appropriate bit values, and build the bits into your required word size.
The data sheet for your "IR receiver" should help with the data format, and the manufacturer's website may well have some useful application notes.

List of 9 messages in thread
TopicAuthorDate
Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interrupts            01/01/70 00:00      
RE: Receiving data from External Interru            01/01/70 00:00      

Back to Subject List