Enter at commands to mobile phone using bluetooth
Enter at commands to mobile phone using bluetooth
- Subject: Enter at commands to mobile phone using bluetooth
- From: Nathanael P <email@hidden>
- Date: Mon, 12 Apr 2004 22:46:24 -0700 (PDT)
I want to enter at commands to mobile phone using
bluetooth. I wrote the program on xcode. I have opened
a rfcomm channel synchronously:
[selectedDevice openRFCOMMChannelSync:&mRFCOMMChannel
withChannelID:10 delegate:self];
[mRFCOMMChannel retain];
I have a problem:
I've tried to enter the at commands using writeSync,
but there's no response. I have no idea how to read
the incoming data from the mobile phone. How to write
the at commands and read the incoming data?
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
_______________________________________________
bluetooth-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/bluetooth-dev
Do not post admin requests to the list. They will be ignored.