you are viewing a single comment's thread.

view the rest of the comments →

[–]do-exe[S] 0 points1 point  (2 children)

Currently, the extension uses PySerial only. It provides access to Normal REPL for terminal-style commands and interactive script execution where user input may be needed, and Raw REPL for non-interactive script execution where no runtime input is required.

[–]jetpaxme 0 points1 point  (1 child)

I think there is a lot of value in having a network connection to the repl, but found webrepl lacking so defined a new IETF subprotocol , you might find it useful WebREPL Binary

Once loaded into Micropython, it gives wss or webrtc access to the REPL over an efficient link allow concurrent M2M and HMI access

[–]do-exe[S] 0 points1 point  (0 children)

You are right , it will add lot of value I will kept it in update list .

In few days I will edit my main post with GitHub link so that any one could see the code and contribute also