
|
INFO - FAQ - CC2-Forum - CCPro-Forum |
|
Hello, > How is this possible > It works perfect now This is because after the receiver receives data it paused 150 but the transmitter transmits after pausing 50. This means that the receiver rs232 buffer overflows and some or all the data is lost. By deleting all the pauses in the receiver you make the receiver faster than the transmitter. A better way of doing this is having the transmitter wait until the receiver is ready to receive but this would mean that you will have to build a second RS485 circuit. Greetings, H.J.W. |
| Antwort schreiben |