­

Serial Port / UART Example

Description

See how unbelievably easy it is to create a virtual device with a serial port. Configure the serial port to transmit/receive out of one of the host computer’s COM ports, so that your virtual device can communicate with any peripheral connected to the PC. Or configure the host to actually enumerate a new COM port when the host runs, so you can develop a PC application to communicate directly with your virtual embedded device. With Virtuoso, the embedded application and a Visual Studio PC application that needs to communicate with it, can be developed and debugged simultaneously in the same Visual Studio solution.

Click here to download complete Project File