serial data to PIC
i've got pass along string of 32 bits pic chip on bus.  
a '0' bit consists of:
keeping data line low 26 usec
going high 12 usec
returning low
a '1' bit consists of:
keeping data line low 50 usec
going high 12 usec
returning low
so know length of stream, know how decode bits. i'll receiving bits via serial input (bluetooth), need decode, , output pin on arduino.
just need figure out how @ (read) bits.
are there examples can take at? suggestions?
 							a '0' bit consists of:
keeping data line low 26 usec
going high 12 usec
returning low
a '1' bit consists of:
keeping data line low 50 usec
going high 12 usec
returning low
so know length of stream, know how decode bits. i'll receiving bits via serial input (bluetooth), need decode, , output pin on arduino.
just need figure out how @ (read) bits.
are there examples can take at? suggestions?
quote
just need figure out how @ (read) bits.
on pic, right?
perhaps @ ford dealer.
            						 					Arduino Forum  						 						 							 >   					Using Arduino  						 						 							 >   					Project Guidance  						 						 							 >   					serial data to PIC  						 					
arduino
 
  
Comments
Post a Comment