1 2 3 4 5 6 7
using SerialPorts using ArduinoTools ser = connectBoard(115200) pinMode(ser,9,"OUTPUT") digiWrite(ser,9,1) close(ser)