16F18877
Transmitter Enabled/Disabled to have more than 1 PIC transmitting (using a Busy Line to determine which PIC can talk).
Code:' Enable Transmitter TX1STA.5 = 1 ... transmit ... ' Make sure all data is sent while TX1STA.1 = 0 ' Check TRMT bit wend ' Disable Transmitter TX1STA.5 = 0
Bookmarks