Hi.
I have to read a stream which is sent from a homemade device over the serial port. The problem is that it should be deployed on a machine where I don't have access to install anything new, which means I have to use the python standard libraries to do this. Is this possible, and if so, how can I manage this.
If it turns out to be almost impossible, I will have to get someone to install pySerial, but I would really appreciate it if it could be done without this.
If there is differences in Linux/Windows, this is on a Windows machine, but I would really appreciate a cross platform solution.