![]() |
Using the µVision Socket Interface
Application Note 198
Control and monitor µVision via the built-in TCP/IP interface
|
The Client Interface (UVSC) simplifies the use of UVSOCK. Developers do not have to care about the TCP/IP interface or deal with the asynchronous nature of UVSOCK. UVSC is implemented as a DLL for 32-bit and 64-bit operating systems (UVSC.dll, UVSC64.dll), providing a C-API for accessing UVSOCK features. The DLL can be loaded into an application using the normal Windows methods and can be programmed in any language that is capable of using a DLL interface. All API element names start with UVSC_ and are described in UVSC Client Interface (UVSC_C.h). The high-level API functions are grouped in Client Functions.
The application note provides an example program UVSC-Tester which can be used as a start for your client or for a better understanding of the interface.