05-07-2018, 06:52 AM
Hi,
I want to control the serial port of my computer with pyserial while running a robot movement in one python script.
For example,
MoveJ(Position[1])
ser = serial.Serial(0)
ser.rts(False)
MoveJ(Position[2])
I want to control the serial port of my computer with pyserial while running a robot movement in one python script.
For example,
MoveJ(Position[1])
ser = serial.Serial(0)
ser.rts(False)
MoveJ(Position[2])