RS485_non_blocking library

Hi folk

I'm updating my sketch from RS485_protocol.h to RS485_non_blocking.h.
I currently have some issue and I suspect the blocking version of this library to have side effects, causing unstability (as my sketch is pretty big).

The behavior I get is quite strange: work fine with the blocking one but the non blocking is not able to transmit.

I have two arduino talking together through RS485. Here the result I get:

  • RS485 Blocking and RS485 Blocking
  • RS485 Blocking and RS485 non blocking: no transmission from non blocking to blocking
  • RS485 non blocking and RS485 non blocking: no transmission at all.

There's not that much configuration so I'm wondering if someone here use this library and would share some piece of code to show the usage (I already tried very simple sketches as suggested here:Gammon Forum : Electronics : Microprocessors : RS485 communications. FAIL)

Thank you guys !