Serial communication on MacOSX
Serial communication on MacOSX
- Subject: Serial communication on MacOSX
- From: Roger Boesch <email@hidden>
- Date: Sat, 13 Aug 2005 21:50:48 +0200
Im search for help programming communication to a serial device.
Its a Garmin GPS 10 with Bluetooth.
I will using the bsd commands:
fileDescriptor = open(kPortName, O_RDWR | O_NOCTTY | O_NONBLOCK);
numBytes = read(fileDescriptor, bufPtr, &buffer[sizeof(buffer)] -
bufPtr - 1);
close(fileDescriptor);
But of course nothings happens. Has anyone experience with this?
Also all apple samples have not worked.
Thanks, Roger
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden