NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending tab character continuously with extraputty

Solved!
Go to solution

I am using extra putty for serial communication in teststand, I am trying to send a tab key continuously but have not gotten it to work. What I do have is sending a Chr(9) via serial communication but when I loop this function the terminal does not recognise it as a tab key held down.

 

Is there any way to make this function work with extraputty?

0 Kudos
Message 1 of 2
(1,936 Views)
Solution
Accepted by topic author Jarn0

Solved by calling a LUA script from extraputty sending 100 lines of:
lua_senddata("\t", false);

0 Kudos
Message 2 of 2
(1,896 Views)