Search found 2 matches
- Sat Feb 06, 2021 11:54 am
- Forum: General discussion
- Topic: Serial dropping bytes
- Replies: 6
- Views: 5931
Re: Serial dropping bytes
I don't think that you are "losing" byte on receiving side from Serial4, just that it is not printed on (USB) serial monitor.
I suspect a buffer overflow problem in the USB composite library.
It may happen that the USBComposite library version from Roger's core is not up to date.
You can download ...
- Sat Feb 06, 2021 9:31 am
- Forum: General discussion
- Topic: Serial dropping bytes
- Replies: 6
- Views: 5931
Serial dropping bytes
I'm currently using a STM32F103RET6 and I tried to make a serial bridge with an esp8266 module over serial4. With my project, serial4 starts to drop bytes. However, with a barebone sketch, it works perfectly. The only two libraries I used in my project are Arpruss's USB HID and FastLED.
This works ...
This works ...