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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/04/04 01:24
Read: times


 
#75366 - RE: not a mystery device at all
Responding to: ???'s previous message

Well, now that sheds a bit of light onto the subject, or did I miss something previously??

Since I have a timer generating a timer tick, I would add some code here to implement a bit-banged transmit only uart as has previously been suggested. 1200 baud should be sufficient (~120 chars/sec) and normally you don't need to handshake (add delays where necessary) with the VFD device.

Set the timer to interrupt every 833uS (for 1200baud)
and each timer interrupt send out a bit (start,8 data bits,stop). Make sure the timer has a high interrupt priority otherwise other interrupts may cause some timing issues.

Faster baud rates require a faster timer tick, so be careful you don't get to a point where the cpu spends most of it's time servicing the timer tick.


List of 16 messages in thread
TopicAuthorDate
How to turn off I2C start bit?            01/01/70 00:00      
   RE: How to turn off I2C start bit?            01/01/70 00:00      
   RE: How to turn off I2C start bit?            01/01/70 00:00      
   Bit-bang it?            01/01/70 00:00      
   RE: How to turn off I2C start bit?            01/01/70 00:00      
   RE:            01/01/70 00:00      
      RE: RE:            01/01/70 00:00      
         RE: RE:            01/01/70 00:00      
            RE: RE:            01/01/70 00:00      
      Bit Bang Faster            01/01/70 00:00      
   Mystery device            01/01/70 00:00      
      RE: Mystery device            01/01/70 00:00      
      not a mystery device at all            01/01/70 00:00      
         RE: still a mystery            01/01/70 00:00      
         RE: not a mystery device at all            01/01/70 00:00      
   RE: How to turn off I2C start bit?            01/01/70 00:00      

Back to Subject List