I've written a small program to send AT commands to a 6310i over a virtual serial port via Bluetooth. I can get quite a bit of information across the link but it seems quite unstable. Does anyone know of any protocol or special serial port settings/manipulation that I need to do be using ? My source is in C++. I seem to be getting the results of my command after I send another command, ie the phone seems to be a command behind all of the time. I send AT and intially get no response then I send it again and get OK. If I send another command then I get the OK back for, I suppose, the second AT.
Any help would be great
Thanks
Peter
RE: AT Commands via bluetooth serial port on 6310i
1970-01-01, 02:00#2
Maybe there is a simple explanation. I suppose you have created a stream to send the 6310i these AT commands. Did you forget to actually "flush" the stream after you send a command? That could explain the symptoms.
Robert
Re: AT Commands via bluetooth serial port on 6310i
2008-11-21, 06:31#3