NeoSWSerial
NeoSWSerial copied to clipboard
Efficient alternative to SoftwareSerial with attachInterrupt for RX chars, simultaneous RX & TX
In some use cases of NeoSWSerial, the RX pin might be "disconnected/open drain" for some reason or another. In such a case, RX pin can switch on and off randomly...
Hi I'm using your library to talk to a GSM modem: `NeoSWSerial modemSerial (GSM_TXPIN,GSM_RXPIN); // Pins 7,8 ` I also use avr/wdt.h for watchdog functions, and 2 external interrupts (pin...
Hi. I need to read from two serial streams at 9600 and 38400 baud with my Bluetooth Bee Standalone (from SeeedStudio, I believe). NeoSWSerial seemed just the thing. However I'm...
Currently the code doesn't allow 31250 with 8 Mhz CPU. What is it so @jarosz ? I tested to remove the CPU speed test in ((baudRate == 31250) && (F_CPU...
Hello, Can you please implent also 4800 as Baudrate? Thank You
Hello, i am using 2 NeoSWPorts on an Arduino Nano, one for a GPS Receiver and the other for a Motor Controller, the GPS Port listens. When I now send...
The board I use is Leonardo CAN-BUS (see [http://www.hobbytronics.co.uk/leonardo-canbus](http://www.hobbytronics.co.uk/leonardo-canbus)). I have written the small sketch below. The device I read is a Zeitronix Zt-2 Wideband data logger, it essentially constantly...
as the library doesn't currently compile on it.
Hi @SlashDevin, I'm doing some GPS tracker with SIMCom board and I'm using NeoSWSerial for AT commanding the modem. At this phase, I'm moving the project from Arduino Uno to...