CustomSoftwareSerial icon indicating copy to clipboard operation
CustomSoftwareSerial copied to clipboard

Alternative SoftwareSerial in Arduino. CustomSoftwareSerial library allow to configure and custom Parity Bit and Stop Bit.

Results 11 CustomSoftwareSerial issues
Sort by recently updated
recently updated
newest added

First of all, I wanted to thank you for the library, very helpful. It is unbelievable that Arduino has so many constraints in terms of communication. Right now, I'm using...

fixed the hability to switch between multiple software serial ports

Hi wanted to use this with Modbus but got an error Did I miss anything: `C:\Users\xxx\Documents\Arduino\libraries\ModbusMaster\src/ModbusMaster.h:74:10: note: candidate: void ModbusMaster::begin(uint8_t, Stream&) void begin(uint8_t, Stream &serial); ^~~~~ C:\Users\xxx\Documents\Arduino\libraries\ModbusMaster\src/ModbusMaster.h:74:10: note: no known...

Hi, would you be able to help me set the delay array data for a baud rate of 100000? Thanks!

How can I use this bibliotheque for ESP8266 & ESP32 ?

Missing .Listen function. SoftwareSerial use this to handle 2 ports. With customSoftwareSerial i cant use with 2 ports. can you help? what is to do?

507 writeParityBits(numberOfBits1); 508 tunedDelay(_tx_delay); ↓↓↓↓↓↓↓↓↓↓ 507 writeParityBits(numberOfBits1); 508 if(this->_parityBit != NONE) { 509 tunedDelay(_tx_delay); 510 }