norbert-walter / esp32-nmea2000-obp60

nmea2000 gateway with ESP32
GNU General Public License v2.0
14 stars 10 forks source link

dev2241006 USB-C connection no longer usable after a while #94

Open norbert-walter opened 1 month ago

norbert-walter commented 1 month ago

If an output via USB has been activated, the output freezes after a while. The serail speed is 230400 Bd. Logging is disabled and only 8 NMEA0183 sentences are transmitted per second. If a white filter is used for exactly one sentence, the output does not freeze. However, the data transfer is very jerky. It looks as if the data processing for USB is not running fast enough. The same problem is when I use the actisense mode. With all debug information comming the error faster after any seconds.

This is a bug in the NMEA2000 gateway. Refer: https://github.com/wellenvogel/esp32-nmea2000/issues/81