Back to webSerial and trying to fix the android connectivity

  • accel01-webserial.html
  • accel02-webserial.html
  • accel03-webserial.html
  • accel04-google.html
  • ...
  • webserial-in-out.txt Easiest Arduino webSerial sketch. reads A0, A1, A2 and shows any commands sent
  • ...
  • ...
  • ...
  • https://googlechromelabs.github.io/serial-terminal/?polyfill ?polyfill switches to polyfill for the google one
  • https://cdn.jsdelivr.net/npm/web-serial-polyfill@1.0.14/dist/serial.js The NPM for webserial polyfill
  • ../index.html Main Web-MLSerial index page

    Live examples of other webSerial

    Most of these will not work on android
    https://www.serialterminal.com/
    Codesandbox the box. which runs the page https://uricwp.sse.codesandbox.io/
    nice text display page https://makeabilitylab.github.io/p5js/WebSerial/Basic/DisplayText/
    P5js https://makeabilitylab.github.io/p5js/WebSerial/Basic/SliderOutWithInstructions/index.html
    sparx https://sparkfunx.github.io/WebTerminalDemo/
    very good OK https://unjavascripter.github.io/web-serial-example/
    Main Google polyfill. Not sure if it works well https://github.com/google/web-serial-polyfill/tree/main