04-06-2008 08:15 PM
04-06-2008 10:11 PM
04-07-2008 12:01 AM
Except that my old Siemens one used to have 19200 if I'm not mistaken. It's quite helpful to have a higher baudrate than the maximum possible 14400 raw datarate for cases where you want to use it in data mode (but not all GSM modems support data mode).
@Ray Cassani wrote:
I´ve used AT commands to control cel phones, to call and send SMS.
Try to use 9600 baudrate, NO parity, 8 bits data and 1 bit Stop, all the cel phones tested by me work with this configuration.
Good Luck
04-07-2008 08:51 PM
04-08-2008 12:06 AM
Please forget *IDN. That is only gonna work for some measurement devices but definitely not for phones, modems or whatsoever.
@fahim wrote:Yes the device was properly configured but it reports same error while using "*IDN" and device dependent commands with VISA WRITE function.I think there might be some thing wrong with syntex entry of the commands.Once again I am thankfull to you for guiding me.fahim
04-08-2008 07:58 AM
04-08-2008 08:15 AM
04-08-2008 08:33 AM
04-08-2008 09:09 AM
It seems to me that you are not configuring the port correctly in LabVIEW if you have to reconfigure it later for the phone to connect. The fact that the VISA Congifure Serial Port does not report an error does not mean that it is correct. The VISA Configure Serial Port will report an error if you cannot configure a port to a certain setting. It does not check to see if that setting is correct for the device you are connected to. That is a limitation of all serial devices. As an example, I have a product that I need to do some serial communication with. I configured the port for 115200 baud, did a write, and then a read. I got a timeout error on the read. The problem was that with the newest release of firmware, the baud rate for the product was changed to 19200. So, I had to change the VISA Configure Serial Port. The lesson here is that you have to be very careful in understanding serial errors.
Again, as a debug aid, I strongly suggest you first try using Hyperterminal to just see if you can get anything to work.
04-08-2008 10:27 PM
Dear Dennis
I tried to use HyperTerminal to talk to my modem, but commands could not be typed in HyperTerminal window. I followed the following steps. If there is error in steps then kindly tell me what is wrong.
1. Clicked on START, then ACCESSORIES, then COMMUNICATIONS, then HYPERTERMINAL
2. Entered the name like COM_3 then clicked OK
3. Selected COM3 from the list and clicked
3. Selected baud rate 115200 bps and then clicked Apply then clicked OK.
4. HyperTerminal window was appeared with name COM_3
5. I typed AT but nothing was appeared in window
Regard Fahim