I am using USB GlobalSat(USG-MR350) GPS device. I want to get location data (latitude and longitude) from the device within my mac cocoa application.Tried to ru
Try using the NSData's ability to print itself as bytes via the description method.
[outputTextView insertText:[data description]];