Hi. I have problem with the garbage in my software serial data,
If I connect software serial to usb native everything is Ok, data flow going well. but if I use only software serial to communicate with the board, only first byte is OK and then garbage.
Im using ZERO + TTLUSB
Have written simple echo test, that have same issues:
ohh. figured out.. I am stupid, writing in to the serial port while retrieving data caused the issues. need just buffer all incoming data flow and then use write function.