We use a UVSOCK connection from Matlab. I've set manually a port settings. This has been by my collegue through some updates changed into default values. How can I check "UVSOCK (TCP/IP) Settings->Port setting" from a batch file (windows xp,...)? In Keil IDE I can find it under Edit->Configuration->Other->Port.
Thank you
Richard
Hello Richard,
i'm not sure to understood correctly, but if you are searching the port configured into uVision, I think you'll find it in <Keil_path>\Tools.Ini file, the keyword is "SOCKETPORT".
Hope this help.
Can be specified via the UV4 command line:
-S [ip_address,]port_number should do the trick. [ip_address] is a optional parameter.
Examples:
Port_number:
UV4.exe -S 4823
Ip_address + Port_number:
UV4.exe -S [79.344.84.135],4823