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

Request socket based serial port connection #59

Open
mhoffma opened this issue Feb 25, 2017 · 0 comments
Open

Request socket based serial port connection #59

mhoffma opened this issue Feb 25, 2017 · 0 comments

Comments

@mhoffma
Copy link

mhoffma commented Feb 25, 2017

I would like to be able to open a socket stream and not be limited to a hardwired serial connection, this is useful for devices that have Wifi shields or are just plain old wifi devices themselves that have some capability. This firmata protocol works great over a wire with no need to craft a protocol that does the same thing. The ask is to add SocketSerial to the code base.

if port is of the form ipaddr:port then a socket is opened instead of a serial connection. see PL #58

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

1 participant