This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can I check UVSOCK settings from a batch file?

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

Parents
  • 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
    

Reply
  • 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
    

Children
No data