p5.serialserver
p5.serialserver copied to clipboard
Server for use with p5.serialport
Hello ! I'm trying to get data from a python script into a p5.js app. In your example, I have only find communication with arduino but not with other program....
On [this](https://github.com/kaganjd/p5.serialcontrol/tree/remove-libs) branch, I'm importing the libs (p5, p5.serialport, p5.dom) as node modules. This way, we get the latest versions each time we `npm install`... but it will only work...
project called p5.serialport here project called p5.serialserver on npm Tom makes point that it should be called p5.serialsocket to accurately describe functionality
I have tried everything I can think of to try and download p5.serialserver on a mac. I used all three methods suggested in the documentation. It keeps giving me errors...
It needs to be HTTPS/WSS on the client side, in the library to work through these services. Probably just add a "secure" flag to the constructor.
This is an issue as some browsers aren't allowing non-secure socket connections from secure origins. Chrome 69 allows it to localhost which helps but Safari and Firefox are blocking. Need...
Everything works fine at 9600 baud, but if I change the baud rate to some higher value in both my js script and on the micrcontroller, the communication does not...
Hello, First of all, I'm loving the library it's amazing! I'm not sure if this is a question or a feature request. I want to be able to send an...
Hello, I am one of the developers of WebJack (https://github.com/publiclab/webjack) and love your library. I was curious if you'd be interested in an audio connection implementation of this lib, which...
I just updated the p5.js web editor to use https, which broke @tigoe's [p5.serial example](https://alpha.editor.p5js.org/projects/S1N-NAhq). I had to change the file p5.serialport.js, on line 78, to ``` js this.socket =...