Objective-C Serial - Mac OS X

前端 未结 4 1348
傲寒
傲寒 2021-01-02 06:12

I\'m currently running the followin in Terminal to send a command over USB serial.

/Users/drummerboyx/Library/Scripts/arduino-serial -b 9600 -p /dev/tty.usbs         


        
4条回答
  •  情话喂你
    2021-01-02 06:52

    Some google-fu found:

    • Serial Communication Cocoa Framework (on arduino.cc!)
    • AMSerialPort

    I know pretty much nothing about it, but the name "IOKit" also sounds pretty promising...

提交回复
热议问题