Using Raspberry Pi3’s serialport via an Electron app

I hit my head two times on this, getting serialdata via an Electron app, time to put the taken steps on paper. Demo project I found this demo project and used it aswell: https://github.com/johnny-five-io/electron-serialport I implemented some changes to push the data to a table. The project code can be found on my github pagehttps://github.com/timdows/webpages/tree/master/ElectronSerial … Read more