|
I am trying to communicate with my CT-3 using TCP and lua script, I've been able to do this and also I've been able to make the script run on boot so that I need to make the whole process programmatically in order to implement it inside my automation test solution, I only have one issue that I must enable the LUA TCP forwarding myself from the Shizuku system box.exe.
When I searched for a solution I found that I can call UserTCPUtils.exe and pass it the COM port and the TCP port that we are forwarding through.
for example I should call this command in the terminal
UserTCPUtils.exe -s COM15 -t 55210
But When I call it nothing happens, the terminal does not get any response and it remains waiting unit I close or cancel the command, and the TCP forwarding port remains closed, I've checked it using the communications through PUTTY and also it was closed in the Shizuku system box software.
|
|