03-13-2019 09:26 AM - edited 03-13-2019 09:27 AM
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?
Solved! Go to Solution.
03-14-2019 06:13 AM
Solved by calling a LUA script from extraputty sending 100 lines of:
lua_senddata("\t", false);