Any Cocoa programmers?
Jay Kickliter
Posts: 446
I'm starting to write a Cocoa/Objective-c app to monitor data coming in over the serial port and update some Quartz composer views and NSTextFields. But before I get to far, I figure I'd check if someone has done this already. I don't actually enjoy application programming too much, and would prefer to spend my time programming the Propeller that will attach to it. So if you have a good routine to poll the serial port in Cocoa, and parse the data coming in, that would be awesome.
BTW, I'm using the AMSerialPort class from Harmelss Cocoa: www.harmless.de/cocoa-code.php. It works well, but I've gotten used to scanning data on coming in over the Propeller byte by byte, and haven't gotten used to handling the data in random buffers coming in.
BTW, I'm using the AMSerialPort class from Harmelss Cocoa: www.harmless.de/cocoa-code.php. It works well, but I've gotten used to scanning data on coming in over the Propeller byte by byte, and haven't gotten used to handling the data in random buffers coming in.