LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Send\Receive Data on Telnet\SSH protocol

There are many ways you could do that.  You could start the program with dumping its output to a file (<your_program> > dump.txt).  And then open another ExtraPuTTY session and do a "cat" on that file (cat dump.txt) with the ExtraPuTTY send-receive function as desired to see the program output that has piled up in said file.  That's sort of a quick and dirty way to do it that I think of off the top of my head.  There are certainly more elegant ways to do it by piping the output to memory somehow or something like that, but I don't know how to do that off the top of my head.

 

Thanks,

BB

0 Kudos
Message 11 of 14
(1,439 Views)

thanks for help, I will check it.

0 Kudos
Message 12 of 14
(1,437 Views)

Billy_Barty  posts some thing like a virus

He used file dll to call a .exe program

Becarefull with this

0 Kudos
Message 13 of 14
(1,117 Views)

hi all

i got succesfull to connect with galieo via SSH protocol

i use dll from extraPutty software

i order to run demo application 

you can you my Blink example in folder

\ExtraPuTTY\lv\VIs

see my video to have a look

 

https://www.youtube.com/watch?v=ommtweJBUKM&feature=youtu.be

 

link for soure code

https://www.dropbox.com/s/p2hnq0y1zm9oztq/ExtraPuTTY.zip?dl=0

 

becarefull with your device IP address

you should to corrected it before running

if you have any question

send email to : ndhoang@iop.vast.ac.vn

i hope it will be usefull for you

best regards

0 Kudos
Message 14 of 14
(1,084 Views)