Re: Working with serial ports
Re: Working with serial ports
- Subject: Re: Working with serial ports
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 2 Jul 2001 11:45:26 +0200
On dimanche, juillet 1, 2001, at 04:38 PM, Gilbert Mackall wrote:
Where can I find a simple example of working with serial ports in Cocoa?
Go to Apple ADC web site, in the Sample Code section there is an example
showing how to get the serial ports, open a modem serial port and
communicate with it on Mac OS X.
It's all IOKit and CoreFoundation.