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
Would it be also possible to upload firmware via node serial or web serial?
I found an old project that does this: https://github.com/jacobrosenthal/browserdude/
But I can't get it to work with a teensy. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered:
As far as I recall, the serialport node package uses the same library under the hood as this library does, so using it (serialport) wouldn't make much difference.
There are plans to support WebSerial, but both that feature, and this library in general, are pretty low on my list. This library was created for Chrysalis, and its primary purpose is to serve its needs. When Chrysalis will need WebSerial, I'll add that to this library too. Doing so before that is highly unlikely, unless someone contributes it, I'm afraid.
Would it be also possible to upload firmware via node serial or web serial?
I found an old project that does this: https://github.com/jacobrosenthal/browserdude/
But I can't get it to work with a teensy. Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: