CustomSoftwareSerial
CustomSoftwareSerial copied to clipboard
missing .Listen
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