LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA communication with USB connected GSM modem using an AT protocol

Solved!
Go to solution
Hello,I'm writing an application that should send sms messages.i have an USB connected GSM modem that supports AT protocol.The modem is working using its own software and the HyperTerminal.I have used VISA driver development wizard to create .inf file.The device is now recognized and registered in MAX.However i can't figure out how to encode the commands and read the responses using VISA write and VISA read. Thanks for the help,Dima
0 Kudos
Message 1 of 2
(3,245 Views)
Solution
Accepted by Grach_Dima
The very last thing you should have done is create an inf file with the wizard. Remove it and the compiled version completely. What you want to do is use the inf file that came with the device that made it a serial port to the OS and made it useable with Hyperterminal. It should appear in MAX as a serial port. Once you have restored everything the way it was, then you can start with the serial examples and writing to it should work like it did in Hyperterminal. In other words, you just have to send the correct AT command strings.
0 Kudos
Message 2 of 2
(3,234 Views)