1 2 3 4 5 6 7 8
using SerialPorts using ArduinoTools ser = connectBoard(115200) ServoAttach(ser,1) ServoMove(ser,1,30) sleep(1) close(ser)