Yeah so I learned the hard way, I only need to read the inbox and be able to delete messages... Two option not suported with at commands by nokia, although my phone is recent! And again as you say,...
Type: Posts; User: jelle_vr; Keyword(s):
Yeah so I learned the hard way, I only need to read the inbox and be able to delete messages... Two option not suported with at commands by nokia, although my phone is recent! And again as you say,...
Hi akrab, I know nokia isn't easy to use, but it is possible (just look at the pc software, if you use C++ there is an api you can use to get your inbox data or what ever you would want). If you give...
Hi,
I'm working on a new product at Verhaert Belgium and for this project I need to be able to read (preferable unread) messages from a Nokia phone. Every way to do this is fine, I tried AT...
Yes you do, you can buy one or if you are going to solder, you use an FTDI chip like the FT232, look for the datasheet on http://www.ftdichip.com/Documents/DataSheets/DS_FT232BM.pdf
I used the...
Traud,
You're a hero, thank you so much, everything works fine now, I finally got 'OK' back, like it is supose to. You were right about the UUID being the problem! Again thank you so much, I hope...
I have the JSR-82 book you mention, and I have read it, that is where I got the idea it should be channel one, they used 1 in every example too. I didn't have the package they used so I couldn't...
Hi Traud,
Thx for the reply, a few question though :
Yeah you're right, I allready did that too (the CR only). I don't know about the DUN being on channel 1, that's all new for me. Should...
Hi I'm trying to send AT Commands (or any other commands if there are any...) to my Nokia 2600. I want to receive unread messages so I've tried :
AT+CMGL="ALL"
AT+CMGL="REC UNREAD"...
Hi,
I'm trying to develop software for nokia mobile phone so our product can communicate with the phone. In order to do so, I need AT commands (or other commands) which are send by a computer to...
I'd make a list of each message and send them individual, so put your message in a varriable and do somthing like
at+cmgs="06xxxxxxx"<message
...
In java it would be something like :
String...
Hi Ruben (and everyone else who wants to help...)
Have you found the AT Commands for the nokia 2600? I've tryed to make the program work, the one that was in your url but it uses the same AT's as...
Hi Ruben,
The phone I'm using is the Nokia 2600 (Classic I think, although it is the latest model). I read the site you gave me and tried the TestComm function, I got some building errors and...
Hi Ruben,
Thank you very much for the reply. When I started my project, I used AT commands, just like you say. Sending a text message was easy and worked right away but receiving (eg reading inbox...
Hi,
My name is Jelle and I am a software developer student, for my thesis I have to design software that is able to detect Bluetooth devices (mobile phones actually) and be able to show new...