OmarKhaled 发表于 01-06-2022 01:35:42

UserTCPUtils.exe is not working

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.

yanke928 发表于 01-06-2022 07:21:12

It's a serial port that your lua script controls. If you have no lua scripts running on the meter to handle those inputs, you'll get nothing.
页: [1]
查看完整版本: UserTCPUtils.exe is not working