Oscilloscope-Level RS485 Analysis
Theoretically, the bandwidth of the RS485 bus is calculated based on the serial port rate, but in practice, there is a 20ms error.Theoretically:At 9600bps, transmitting 1 byte requires sending 10 bits (1 start bit, 8 data bits, 1 stop bit), so the time required to transmit 1 byte = 1 / 9600bps * 10bit = … Read more