ledongthuc / CustomSoftwareSerial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing .Listen

opened this issue · comments

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?

hello my friend! I needed the exact same thing as you, so i fixed myself! check my fork of CustomSoftwareSerial: https://github.com/GabrielBeraldo/CustomSoftwareSerial
(edit: just made a pull request #10)

ps: is better late than never