Fabrice

Results 81 comments of Fabrice

@phoddie Right after I hit send I noticed that it was configured for the ESP32. I tested with the moddable zero. Changeing to 921600 fixed everything. The `kextunload` seams not...

@phoddie There seams to be another xsbug message type called `parsererror` that is not implemented yet. I am getting `TypeError: XsbugMessage[node.nodeName] is not a function` [Edit] I see. This is...

@phoddie That had no effect. Still getting corrupt USB data. [Edit] [Here](https://gist.github.com/FWeinb/addd74bf54f2ebba359f706eecb5cde1) is an example document (formatted)

@phoddie That is strange! Commenting out the `tracePacket` function solved the issue. But not completely. Sometimes I still get broken data.

@phoddie Okay. Sorry for spamming this thread, figured it out. I compiled the `runmod` without WiFi support but `mdns` is still trying to publish the hostname. That lead to UDP...

@phoddie Just FYI the arguments of `padStart` must be swapped [here](https://github.com/phoddie/runmod/blob/master/html/xsbug.js#L458).

@phoddie I pushed a new version that supports both WiFi and USB connections. After some initial problems everything seems to work fine. It is a little strange that one has...

> The IDE may be able to provide guidance to users when the driver is installed That sounds like a great idea. I copied your error message and show it...

@phoddie Great! Glad it is working for you. I still have some problems with the communication over usb being strange on the moddable zero. Sometimes the data received broken (broken...

@phoddie Great work, I merged @lprader PR (thanks) but had to fix some minor things. I still get malformed data sometimes right after a restart. Here are the issues I...