Grissess / simula

A graphical network editor, model library, and dataflow programming language for Python
GNU General Public License v3.0
3 stars 1 forks source link

Read and right to a COM port #24

Open JacobErnst98 opened 8 years ago

Grissess commented 8 years ago

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.