I have Arduino Uno connected via USB to my Mac (Yosemite).
I try to get sensor data to Mac.
This works in Terminal app:
I tried to run this in AppleScript Editor and it gives error "must be connected to a terminal":
I try to get sensor data to Mac.
This works in Terminal app:
Code:
screen /dev/cu.usbmodem14131 9600
I tried to run this in AppleScript Editor and it gives error "must be connected to a terminal":
Code:
do shell script "screen /dev/cu.usbmodem14131 9600"
Last edited by a moderator: