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

Read and right to a COM port #24

Open
JacobErnst98 opened this issue Jun 22, 2016 · 1 comment
Open

Read and right to a COM port #24

JacobErnst98 opened this issue Jun 22, 2016 · 1 comment

Comments

@JacobErnst98
Copy link

No description provided.

@Grissess
Copy link
Owner

This can be accomplished, to some effect, by using devices nodes (e.g. /dev/ttyS0, /dev/ttyUSB0 on POSIX, COM1, COM2, etc. on Windows/DOS) with file IO, but this doesn't allow explicit control of, e.g., baud, which would require some external setup. A producer/consumer for PySerial may be justified.

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

No branches or pull requests

2 participants