I'm guessing I should use the "SET_UART_SPEED()" command to reduce the transmit speed, right ?
Also how can I take the controll away from the UART ? Do you have some example code ?
Yes, I am actually using a 75176 transceiver at the output of my PIC USART.
Transceiver works well, my problem is with the logic state of my time padding.
I am trying to simulate a particular serial protocol (DMX512, used by stage lighting equipment) using the USART
of the PIC16F877. The bps speed is at 250KHz (1 bit = 4u sec. wide).
I need to manual ...