Author |
Topic |
|
tinkusch
Germany
94 Posts |
Posted - 09/03/2015 : 03:51:11 AM
|
Origin 2015 Pro and Service Release Sr2 Operating System: WIN 7
Hi, are there any new tools, libraries, example code etc. about handling of RS 232, USB ports in Labtalk or Origin C? Is it possible to have more than one port opened? Thanks and bye Stefan
|
|
cpyang
USA
1406 Posts |
|
tinkusch
Germany
94 Posts |
Posted - 09/04/2015 : 10:37:50 AM
|
I get the following error message in the script window after clicking the button:
Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\username\Documents\OriginLab\2015\Anwenderdateien\PyserialToWorksheet.py", line 4, in <module> import serial ImportError: No module named 'serial'
The file PyserialToWorksheet.py" does indeed not contain a modul "serial"??
|
|
|
YimingChen
1598 Posts |
Posted - 09/04/2015 : 12:54:19 PM
|
The error message indicates that pySerial module wasn't installed correctly. Did you manage to install pySerial module? If not, please follow the steps in "installation of pySerial module" in http://blog.originlab.com/data-handling/import-data-from-hp-multimeter-into-origin-using-pyserial Please let us know if you have questions during installation, Thanks!!
quote: Originally posted by tinkusch
I get the following error message in the script window after clicking the button:
Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\username\Documents\OriginLab\2015\Anwenderdateien\PyserialToWorksheet.py", line 4, in <module> import serial ImportError: No module named 'serial'
The file PyserialToWorksheet.py" does indeed not contain a modul "serial"??
|
|
|
|
Topic |
|
|
|