awawa-dev / HyperSerialPico

High-speed Adalight USB serial LED driver implementation for Raspberry Pi Pico RP2040. Support for sk6812/ws2812b/apa102 and others using Rpi multi-core, DMA, PIO, SPI and parallel output.
MIT License
59 stars 105 forks source link

Fast fast can these pico go... #22

Closed Bascht74 closed 6 months ago

Bascht74 commented 6 months ago

Hi,

is the max. baud rate 2Mbit/s oder can you go higher with these picos? I switched from my ESP8266 and I did not change this value, but I am wondering if I should...

I am using the 2040 with level shift :-)

Mayby you could add that information in the readme.md as well :-)

awawa-dev commented 6 months ago

Hi Unlike the classic physical UART, Pico uses a virtual CDC controller that handles the speed itself. And there is a note in the read.me about that. Do a benchmark test and compare the result with my results obtained with a similar number of LEDs. If they are similar, you don't need to do anything. For me it always reaches maximum speed on the default settings.

Bascht74 commented 6 months ago

Ups, you are so absolutly right. I don't know why I missed that. Thx!