command line interface for avr net-io board (python)
with this little python coding you have a nice possibility to control the Pollin avr net-io board (with original firmware) via command line Interface. So you can use that in scripts, jobs, etc. like you want.
it's even simple possible to control one or more avr net-io boards from an SAP ABAP Programm.
netio
A Deliberately Non-Object-Oriented Python Interface to COMEDI
...This allows the user to interface directly with comedi-lib though the comfortable interface of a Python interpreter.Object-Orientation of the interface is deliberately not provided so the coding style will loosely mimic C -- in this way, Schlang can be used to prototype and debug complex programs that will later be written in C.