I have been having problems with Pyserial (this is not the first: PySerial write errors (baudrate sensitive))
The accepted answer for this question:
pySerial works fine in Python interpreter, but not standalone
quote: "Alternatively, instead of using this library "serial" you might want to just open and write directly to the device"
seems to suggest it is possible to write to/read from a device without using pyserial, does anyone have an example of this? can I treat it like a file?
Any links or info would be appreciated
Thanks!