|
|
Question : Open COM1 with Python
|
|
Is it possible to directly open a COM port with PYTHON and push a string through it ?
I try directly in command line
MyConnection = open("COM1") MyConnection.write("string")
and I got IO error every time
Can sommebody help me
Thank's
|
Answer : Open COM1 with Python
|
|
|
|
|
|