Re: Working with Notifications and NSFileHandle

2008-06-27 Thread Jason Coco
On Jun 27, 2008, at 20:11 , Ken Thomases wrote: On Jun 27, 2008, at 3:32 PM, Wan, Nathan (CIV) wrote: I'm new to Objective-C and Cocoa and I am having trouble with the notifications system. This I thought was just a small project to write a native mac program to continuously read and writ

Re: Working with Notifications and NSFileHandle

2008-06-27 Thread Ken Thomases
On Jun 27, 2008, at 3:32 PM, Wan, Nathan (CIV) wrote: I'm new to Objective-C and Cocoa and I am having trouble with the notifications system. This I thought was just a small project to write a native mac program to continuously read and write data from a serial port to a file. It was sugg

Working with Notifications and NSFileHandle

2008-06-27 Thread Wan, Nathan (CIV)
Hi all I'm new to Objective-C and Cocoa and I am having trouble with the notifications system. This I thought was just a small project to write a native mac program to continuously read and write data from a serial port to a file. It was suggested I use NSFileHandle to maintain safe threads,