??? 03/18/09 13:57 Modified: 03/18/09 14:01 Read: times |
#163588 - No, unless... Responding to: ???'s previous message |
...you switch the Timer 2 registers for sending and receiving, which only works of course, if the receiving line is quiet when sending. Otherwise data gets lost.
You could take a little slave micro and programm its UART to the lower baudrate and serially transmit the data to the master micro whenever MIDI data has arrived. Another option is to receive the MIDI data via a free port pin of micro and send the 250kBaud data via the UART. Kai |