I want to control the serial port of my computer with pyserial while running a robot movement in one python script.
For example:
For example:
Code:
MoveJ(Position[1])
ser = serial.Serial(0)
ser.rts(False)
MoveJ(Position[2])