NeoSWSerial icon indicating copy to clipboard operation
NeoSWSerial copied to clipboard

Efficient alternative to SoftwareSerial with attachInterrupt for RX chars, simultaneous RX & TX

Results 42 NeoSWSerial issues
Sort by recently updated
recently updated
newest added

Hi, Using Arduino Uno, I have to GSM module as folow: NeoSWSerial gsm1(10,11) NeoSWSerial gsm2(5,6) on my Setup I have registered for the "attachInterrupt" In my loop() I read from...

`error: 'TCCR2A' was not declared in this scope` `error: 'TCCR2B' was not declared in this scope`

I take the opportunity to use this board as well. Complete description of my issue can be found here: https://forum.arduino.cc/index.php?topic=559433 I am testing this on Arduino Pro Mini, 328P 3.3V....

* Prevent receiving during transmission * Prevent starting transmission within 1 character time of the last reception * Templatized to maintain performance?

Timer register and BITS timings definition to compile and run on a tiny84 (at 8Mhz), where the 32 prescaler is not available. Fixes #21. _Please consider only the changes to...

I have the same error as in issue #3. Now I could try to use a different timer on the tiny84, timer1 should be ok?? The problem is that, from...

Akin to how it's done in AltSoftwareSerial

enhancement

I had to add this functionality for the hardware I have, and it seems to work on that. I have not tested it in non-inverse mode!