serial port - xcode using an included binary to communicate with /dev/cu.* -
i have app creates friendly gui several command line programs, c python (py2app). uses nstask in 1 instance needs communicate serial usb device on /dev/cu.* , fails nstask.
what best way go this? write shell script app , launch app start process or encounter same problem?
the reason failing due not handling -s /dev/cu.* argument properly. while nstask pass -w 64 correctly binary failing former command split each element in separate nstask argument , works fine.
Comments
Post a Comment