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
I have tried to communicate VFD via RS485 with the MAX485 chip. But unfortunately, the controller failed to communicate with the controller due RS485 direction driver pin issue. After several testing, I found a fix. Please review and update the repo.
file lib/grblHAL_Due/src/serial.c
line 402 needs to change as,
return BUFCOUNT(tx2buf.head, tail, TX_BUFFER_SIZE) + !(SERIAL2_PERIPH->US_CSR & US_CSR_TXEMPTY);
The text was updated successfully, but these errors were encountered:
I have tried to communicate VFD via RS485 with the MAX485 chip. But unfortunately, the controller failed to communicate with the controller due RS485 direction driver pin issue. After several testing, I found a fix. Please review and update the repo.
file lib/grblHAL_Due/src/serial.c
line 402 needs to change as,
return BUFCOUNT(tx2buf.head, tail, TX_BUFFER_SIZE) + !(SERIAL2_PERIPH->US_CSR & US_CSR_TXEMPTY);
The text was updated successfully, but these errors were encountered: