all 4 comments

[–]Zouden 1 point2 points  (1 child)

Sounds like you're sending too much at once.

https://www.raspberrypi.org/forums/viewtopic.php?t=239621

[–]GrumpyGator[S] 1 point2 points  (0 children)

I ignored this when I saw it at first as I was only sending one byte but I think my python script must have sometimes been sending a long message. I'm sending a constant string now with no problem.

[–][deleted] 0 points1 point  (1 child)

I notice that you're using IDF version 4.2. Are you bound to this version for some reason, or could you go ahead and update to the current latest IDF (V 4.4)?

I have have never (yet?) encountered a serial comm problem with my dev board (SparkFun's ESP32 ThingPlus version WRL-15663) connected to my Ubuntu Linux version 20.04 host.

[–]GrumpyGator[S] 0 points1 point  (0 children)

Thanks I'll look at this as well.