Re: Porting SetupComm function in Mac
Re: Porting SetupComm function in Mac
- Subject: Re: Porting SetupComm function in Mac
- From: Chris Ridd <email@hidden>
- Date: Mon, 03 Nov 2008 07:38:20 +0000
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 (email@hidden)
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:
This email sent to email@hidden