-
Notifications
You must be signed in to change notification settings - Fork 45
Improve serial bridge #21
Comments
Make an Electron app from it. I only have experience on osx |
That looks ideal in quick overview! Same code we already have, just built as a desktop app... Investigating! |
Electron would be sweet! Having everything bundled together and bootable by just launching the app would be a win for usability. My makerspace users aren't all technical so this would be a big plus in my book. I know Chilipeppr uses this https://github.com/johnlauer/serial-port-json-server. That or the Chrome serial API https://developer.chrome.com/apps/serial Maybe it can work? It is cross platform. EDIT: Just noticed you mentioned the Chrome serial API already |
I have a few days with nothing to do here, I'll try making a rrw and gw version that uses the chromium serial api and see what happens. Then you can test it on Windows. I'll share the Javascript by updating those projects then you can merge if it all works. I've been working with RPI and tty for a navigation project and that is working great with very little code. Before running the app, this configures the tty:
Code for app.js
Nonetheless I like the idea of the chrome serial api, it seems very cool. |
Electron looks cool as well, I will also check that out and thanks for sharing. |
Thanks @andrewhodel! Yip unfortunately actually, this project has outgrown the pi image concept (unfortunate because thats really the easiest to support for distribution - as you can also control the environment) |
I'm going to close this one for now. With good documentation as contributed by the community lately. it's been a while since someone had issues installing. Keep it in back of mind, will still accept Pull requests (; |
Reopening... We have some issues where Node Serialport doesnt send all the data to the device |
Have you taken a look at nodewebkit? |
Wont help, the issues is in Node SerialPort so alternatives boil down to more than just install. |
Hi, |
Awesome, we are busy moving away from node-serialport though (see github.com/openhardwarecoza/LaserWeb2 ) but hey, any existing LaserWeb1 users, feel free to give this a try (: |
I'm sorry the project dove you away! Besides fixing bugs and improving the api. We're approaching parity with chrome's own serial object. (we'll actually have more features!) We've got a project called |
Well i am always happy to go back and forth (: - but my time is limited
|
Time always is. I wanted to make sure you knew what we were up to, as maybe On Thu, Apr 7, 2016, 1:52 PM Peter van der Walt [email protected]
|
Serial Port JSON server under LaserWeb2 works OK so closing this for now |
Open to options here.
SerialPort + windows users suffer, are forced to use older versions of node or compile SerialPort native module from source.
No, we cant say we dont support windows (lasercutter people are graphics people so i expect mac+win to be the majority
Win no 1 would be a precompiled executable doing everything server.js does. Cross platform, too
Or lets explore chrome app / serial api etc
The text was updated successfully, but these errors were encountered: