Message 1 of 2
Script won't run if elements from pyserial are called in python script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear all, hope all is well.
I have been trying to establish in the python script serial communication via the pyserial python library with an arduino board to read data from a potentiometer. The script works fine if functions are not called from that library , but uncommenting a code line where a function from pyserial is involved will cause fusion to not even run the code.
Any tips on how to establish such a connection ?