Fixed , just need to change bytesize , that's it.
Hope this will help someone :)
User Profile
Collapse
-
Unable to receive exact data only garbage data is collected
Beginner in python :)
I am trying to connect with equipment using miniterm.py , also tried some pyserial tutorials.
Here is the script:(am able to connect with equipment so excuse the code error)
...Code:import serial ser=serial try: ser=serial.Serial("COM3",baudrate=9600) if ser.isOpen(): print('open') whileLast edited by Rabbit; Dec 21 '15, 06:12 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: