LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hyper Terminal USB Loopback test

Hi

IM trying to use a cellular USB modem from LabView to send a SMS .

I can make it work from Hyper Terminal but as I said I want it to be done automatically from LabView.

To do so i must know what the HyperTerminal really send when i type in something. how can it be done?

 

thanks

shai 

0 Kudos
Message 1 of 4
(3,543 Views)
Hyperterminal sends exactly what you type with a CR/LF at the end. Same as the basic serial write and read example does. That's what the \r\n means. Be sure to have '\' Codes Display turned on for the string control/constant.
0 Kudos
Message 2 of 4
(3,537 Views)

Can you give some example of how to give the next commend: AT<return>

thanks

Shai

0 Kudos
Message 3 of 4
(3,518 Views)

It's simple:

 

Send AT.PNG

 

As I said, just make sure you enable '\' Codes Display.

0 Kudos
Message 4 of 4
(3,516 Views)