• UVSOCK improvements
    Hello, I am currently implementing Tcl bindings to the UVSOCK library. This will allow UV to be scripted in Tcl. (German note to Keil personell: Ich war auf Ihrem Stand auf der Embedded World und...
  • UVSC_DBG_MEM_READ (UVSC) broken?
    hi. i am trying to read out some memory using uVision socket interface and UVSC_DBG_MEM_READ . the result is UVSC_STATUS_SUCCESS , but in fact there is not data returned. UVSC_Tester.Exe seems to...
  • UVSC not running in version 4.13a
    With a last version of Keil for ARM (4.13a) I am not able to establish a UVSC connection. Before it was running. Matlab example: obj.Keil = getenv('KEIL_DIR'); obj.libName = 'UVSC'; try...
  • [UVSOCK] UVSC_Init general failure
    Hello, I'm currently trying to use the UVSC remote interface of uVision. My problem is when I call UVSC_Init(int uvMinPort, int uvMaxPort), it returns always error UVSC_STATUS_FAILED corresponding...
  • UVSOCK callback handling issue
    Hi, I have implemented a C# application for Remotely debugging Keil which uses UVSOCK.dll provided in below link: http://www.keil.com/appnotes/docs/apnt_198.asp The commands are working fine...