On 3 Nov 2008, at 07:25, Rakesh Singhal wrote:

This API setups some communication parameters for communication devie. Here I am writing library for serial port. There are some more APIs, which I am
not able to understand liek following:

CreateEvent(0,true,false,0);
SetCommMask(m_hFile,dwEventMask);
There are some more things. I know only about the termios.h file whcih have the APIs to access the serial port. Is there any other file which have any
more APIs for serial port or communication device.

There's some useful higher-level documentation that you should probably read:

<http://developer.apple.com/documentation/DeviceDrivers/Conceptual/WorkingWSerial/WWSerial_Intro/chapter_1_section_1.html >

Is it right place to put this posting?

It is nothing to do with Cocoa at this point, so no. A glance at <http://lists.apple.com/mailman/listinfo > suggests darwin-dev might be a better place. I'm surprised there doesn't seem to be a porting-from-Windows list.

Cheers,

Chris
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to