You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to adapt this to read the serial data via tcp? I want to do this while writing a new buffer implementation and would prefer to do the development on the mac while the data gets streamed over via ser2net. The goal would be to eventually run the executable on the Pi directly once the buffer is working.
The text was updated successfully, but these errors were encountered:
The whole essence of SPJS is that it lets you read serial data via tcp in
the form of websockets. So I'm not really sure your question? What is the
buffer for that you're writing? Why not just connect your device direct
into the machine you are developing on?
On Mon, Mar 21, 2016 at 12:35 AM, Rohit Amarnath [email protected]
wrote:
Is it possible to adapt this to read the serial data via tcp? I want to do
this while writing a new buffer implementation and would prefer to do the
development on the mac while the data gets streamed over via ser2net. The
goal would be to eventually run the executable on the Pi directly once the
buffer is working.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #49
Fair question. I am building a buffer to grab data off the security system board that sits in a closet, and is wired to a Pi via its automation module - so not really not conducive to attaching the device directly to my laptop. SPJS works fine running on the Pi, but I want to create a buffer specifically for the data streaming of the system.
Is it possible to adapt this to read the serial data via tcp? I want to do this while writing a new buffer implementation and would prefer to do the development on the mac while the data gets streamed over via ser2net. The goal would be to eventually run the executable on the Pi directly once the buffer is working.
The text was updated successfully, but these errors were encountered: