Re: Serial comm in Cocoa?

2009-10-16 Thread Sean McBride
On 10/15/09 5:12 PM, Oftenwrong Soong said: What is the Cocoa-fied way to communicate via a serial port? The newest AMSerialPort code is now on sourceforge: http://sourceforge.net/projects/amserial/ -- Sean McBride, B. Eng

Serial comm in Cocoa?

2009-10-15 Thread Oftenwrong Soong
Hi All, What is the Cocoa-fied way to communicate via a serial port? Using a kext to support the Prolific PL2303 chip and a shell utility like cu, it is possible to communicate via many USB-based serial ports. (For those who need it, the kext is at sourceforge.net/projects/osx-pl2303.) I am

Re: Serial comm in Cocoa?

2009-10-15 Thread Greg Guerin
Oftenwrong Soong wrote: What is the Cocoa-fied way to communicate via a serial port? http://lists.apple.com/archives/Cocoa-dev/2009/Jun/msg00976.html -- GG ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: Serial comm in Cocoa?

2009-10-15 Thread Kiel Gillard
Look for AMSerialPort on this page: http://www.harmless.de/cocoa-code.php Kiel On 16/10/2009, at 11:12 AM, Oftenwrong Soong wrote: Hi All, What is the Cocoa-fied way to communicate via a serial port? Using a kext to support the Prolific PL2303 chip and a shell utility like cu, it is

Re: Serial comm in Cocoa?

2009-10-15 Thread Oftenwrong Soong
Thanks Louis... I'm studying the code right now. -Soong - Original Message From: Louis Demers louisdem...@mac.com To: Oftenwrong Soong oftenwrongso...@yahoo.com Sent: Thu, October 15, 2009 5:58:02 PM Subject: Re: Serial comm in Cocoa? I use 2 C routines I found on the net and adapted