On Jun 12, 2011, at 19:19 , Rick Mann wrote: > Is there any way to connect to a serial port under the emulator? Calls like > open() and fcntl() are hidden in the headers, as are constants like O_RDWR, > O_NOCTTY, et al.
Oh, nevermind, it seems that the necessary header is included a little bit differently under iOS. Had to explicitly include <sys/fcntl.h>. -- Rick _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
