You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's missing data because of fillBuffer being too slow, maybe used typed arrays (i.e., Uint8Array) instead of loops to copy in the data, which should be faster?
Alternatively, you could also look into using the Web Serial API which is now available in most Chromium-based browsers.
I have a need to go from 250k baud to 2m baud during run time. Any suggestions?
I came up with this but I'm missing the data because it is sent so quickly in between baud changes:
The text was updated successfully, but these errors were encountered: