Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to use ser2net while developing #49

Open
ramarnat opened this issue Mar 21, 2016 · 2 comments
Open

Possible to use ser2net while developing #49

ramarnat opened this issue Mar 21, 2016 · 2 comments

Comments

@ramarnat
Copy link

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.

@chilipeppr
Copy link
Collaborator

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

@ramarnat
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants