| ??? 04/17/09 00:11 Read: times |
#164678 - stop bits Responding to: ???'s previous message |
Hey Kai...
here:
JNB TI,$ ;byte sent?
CLR TI ;prepare UART for next sending
MOV TEMP,#4
DJNZ TEMP,$ ;2 stop bits >= 8µsec
LCALL MIDI_receive ;Save MIDI-byte, if arrived.
Its really necessary to wait 8 uS after sending the byte? Making this wouldnt be 3 stop bits? 8051 serial byte dont already sends one stop bit? If yes... so we need to wait just 4 uS for making the another stop bit right? |



