• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Serial communication on MacOSX
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Serial communication on MacOSX
      • From: Andreas Mayer <email@hidden>
  • Prev by Date: Re: What is an NSNextStepFrame?
  • Next by Date: Re: Serial communication on MacOSX
  • Previous by thread: Re: NEWBIE: Connecting up all those Ms, Vs and Cs
  • Next by thread: Re: Serial communication on MacOSX
  • Index(es):
    • Date
    • Thread