hello,
In my sketch i use a software serial Tx on pin 9 of an arduino nano toward my computer and at the same time the built in Rx hardware serial at 115200 bauds from another device (GPS).
The Tx on pin 9 correctly works at 9600 bauds but apparantly (i could check that) these write instructions take too much time so that my read instructions on the hardware serial lose data ... so i really need faster than 9600 bauds on the software serial, ... but then if i use for instance 38400 the bytes received on my computer (i use TTL to USB ) are not correct anymore...
thank you for any advices
Fred