T O P I C R E V I E W |
tinkusch |
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
|
3 L A T E S T R E P L I E S (Newest First) |
YimingChen |
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"??
|
tinkusch |
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"??
|
cpyang |
Posted - 09/03/2015 : 8:18:17 PM Will this help?
http://blog.originlab.com/data-handling/import-data-from-hp-multimeter-into-origin-using-pyserial
CP
|
|
|