次の方法で共有


Virtual COM Port Creation Sample (Compact 2013)

3/26/2014

The Comtest sample test application illustrates the use of the Windows Embedded Compact-based Bluetooth stack Virtual COM Port interface.

The compiled sample generates a Comtest.exe application that can be started as a server or client. When started as server, it creates a server COM port and waits for connections. When started as client, it creates a client COM port and initiates connection. Once a connection is established, the server sends stream packets to the client. The client checks the data stream for integrity and reports errors and de-synchronizations.

To view supported command line options use COMTEST /?.

The sample is located at %_WINCEROOT%*\*Public\Common\Sdk\Samples\Bluetooth\Comtest\.

Note

This sample application has not been thoroughly tested and is not intended for production use.

See Also

Tasks

Bluetooth Application Development Samples