chilipeppr / serial-port-json-server

Serial Port JSON Server is a websocket server for your serial devices. It compiles to a binary for Windows, Mac, Linux, Raspberry Pi, or BeagleBone Black that lets you communicate with your serial port from a web application. This enables web apps to be written that can communicate with your local serial device such as an Arduino, CNC controller, or any device that communicates over the serial port.
http://chilipeppr.com
GNU General Public License v2.0
321 stars 101 forks source link

JavaScript and Syntax errors in demo #55

Open peterkuli opened 5 years ago

peterkuli commented 5 years ago

When I open http://chilipeppr.com/serialport I get some warnings and errors on the console:

[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

GET http://chilipeppr.com/js/embed/highlight.pack.js?_=1532512855115 404 (Not Found)

GET http://chilipeppr.com/js/embed/embed.js?_=1532512855116 404 (Not Found)

Will this be fixed?

chilipeppr commented 5 years ago

Yeah, this needs updated. That serial port workspace still uses some old widgets that were refactored for the other workspaces and this one didn't get updated. Might be able to tackle this coming weekend.