You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
I am using your code with a nodemcu module .The tcp master is a simulator and a the rtu slave is a simulator . the tcp master sends a funcion 3 message and the rtu slave will receive and respond , but my tcp master never receives the reply from the rtu slave . The rx and tx for the softwareserial is working , I have tested this with softwareSerial example .
The text was updated successfully, but these errors were encountered:
hi
ng
I have it working now , i had to edit "else if (micros() < _timeToReceive) {" to "else if (micros() > _timeToReceive) {" . timeout on no response is still working .
Graham.
On Jun 4, 2016 1:56 PM, "frankdunn" [email protected] wrote:
hi
ng
I have it working now , i had to edit "else if (micros() < _timeToReceive)
{" to "else if (micros() > _timeToReceive) {" . timeout on no response is
still working .
hi
I am using your code with a nodemcu module .The tcp master is a simulator and a the rtu slave is a simulator . the tcp master sends a funcion 3 message and the rtu slave will receive and respond , but my tcp master never receives the reply from the rtu slave . The rx and tx for the softwareserial is working , I have tested this with softwareSerial example .
The text was updated successfully, but these errors were encountered: