Search found 1 match

by auric_ant
Tue Apr 18, 2023 9:21 am
Forum: General Discussion
Topic: 9 Bit UART
Replies: 5
Views: 10283

Re: 9 Bit UART

if this is the only problem, then I took the code from a similar library, edit the SoftwareSerial.cpp file, the function void SoftwareSerial::enableRx(bool on), change the line attachInterruptArg(digitalPinToInterrupt(m_rxPin), (void (*)())(rxBitISR) , this, CHANGE); to attachInterruptArg(digitalPin...