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
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
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,