LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

hyperterminal comands equivalnet to labview

Below are the command i use to connect to a device at remote location via modem.
PC <--> Modem  <====== PSTN======> Modem <--> Device
 
 
1. open hyper terminal: type "ATE1" ENTER
          Response: "OK" will show
2. type "atdtxxxxxxxx" ENTER
          Response:
                    +MCR: V32B         
                    +MRR: 9600         
                    +ER: LAPM        
                    +DR: V44       
                    CONNECT 9600
3. Press "Escp" NO NEED TO TYPE ENTER
          Response:
                     "Password:" prompt will show
 
4. type password of "xxxxxx" NO NEED TO TYPE ENTER
Then I will see ">" command promt where I can start issuing commands.
 
 
I have tried with basic serial read and write with mltiple sequences. But it doesn't work....
 
I have attached my sample code here.
 
thanks in advanced.
0 Kudos
Message 1 of 4
(2,922 Views)
finally, i got it. But i still have problem with one thing. The displayed string indicator can't show all received message from buffer... it can show only 2803 characters....
 
any idea?
0 Kudos
Message 2 of 4
(2,913 Views)
Ahh I got it eventually. I had to put the longer delay line between Visa Write and Visa Read processes...
 
*phewwwww...*
0 Kudos
Message 3 of 4
(2,910 Views)
Hello m_min

Thank you for sharing you solution with the community!

Have a great day!


Kameralina

0 Kudos
Message 4 of 4
(2,882 Views)