Is there any update on this ticket?
Simon, did you happen to see the ticket I put in for the possible bug using Winsock? It seems that no matter what I try I cannot my program to change that setting.
After I began developing this with some guidance, Simon, the correct syntax for python for what I am doing is RT.Port = "x.x.x.x:xxxx". Worked great after we were able to figure that out. The excel example in the downloads files helped greatly once we looked at the VB code. But not all commands/syntax were listed there for RealTerm.
Winsock Bug when setting Integer for automation
So I have started creating my script and when I am issuing the RT.Port command in the script the parameters in the docs say I can enter in an IP address but I am getting a Typescript error after I enter in x.x.x.x:xxxx it says it is expecting a ";" but I do have RT.Port=x.x.x.x:xxxx; Any thoughts on this?