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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/25/04 16:57
Read: times


 
#76415 - RE: MIDI messages handling
Responding to: ???'s previous message
Gregory,

The '2051 is suitable platform for midi message handling. A couple comments.

1) Your timer value is correct for 31250 bps. you might consider placing this value in TL1 at init time as well just to avoid sending a 1 time corrupt serial value.

2) You should "remote" the state of TI to a bit flag. Your interrupt service routine can "jbc TI" to where you set this bit flag and then proceed to test the RI state. Of course your Tx Serial routine would now test this new bit flag instead of TI directly.

3) Looks like you can avoid push/popping PSW/ACC by modifying your ISR to "mov @r0,sbuf".

I have written MIDI xfaces for '2051, DS420 and MSC1211 if you want examples let me know.

regards,
p


List of 19 messages in thread
TopicAuthorDate
MIDI messages handling            01/01/70 00:00      
   RE: MIDI messages handling            01/01/70 00:00      
      RE: MIDI messages handling            01/01/70 00:00      
         RE: MIDI messages handling            01/01/70 00:00      
   RE: MIDI messages handling            01/01/70 00:00      
      RE: MIDI messages handling            01/01/70 00:00      
         RE: MIDI messages handling            01/01/70 00:00      
            RE: MIDI messages handling            01/01/70 00:00      
         RE: MIDI messages handling            01/01/70 00:00      
            RE: MIDI messages handling            01/01/70 00:00      
               RE: MIDI messages handling            01/01/70 00:00      
      RE: MIDI messages handling            01/01/70 00:00      
         RE: MIDI messages handling            01/01/70 00:00      
            RE: MIDI messages handling            01/01/70 00:00      
               RE: MIDI            01/01/70 00:00      
                  RE: MIDI            01/01/70 00:00      
   RE: MIDI messages handling            01/01/70 00:00      
   RE: MIDI messages handling            01/01/70 00:00      
      RE: MIDI messages handling            01/01/70 00:00      

Back to Subject List