Share via


Flow Control Sample (Windows Embedded CE 6.0)

1/6/2010

The Fctest sample test application illustrates the flow control in the Windows Embedded CEā€“based Bluetooth stack.

The compiled sample generates an Fctest.exe application that can be started as a server or client. When started as a server, it creates a socket or server serial port and waits for connections. When started as a client, it initiates the connection then floods it with traffic.

Both Winsock and Virtual COM ports can be used in this test. For a COM port interface, specify the port index as the last parameter on the command line.

To view supported command line options use FCTEST /?.

Sample Location

%_WINCEROOT%\Public\Common\Oak\Drivers\Bluetooth\Sample\Fctest

Note

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

See Also

Concepts

Bluetooth OS Design Development Samples
Bluetooth Samples

Other Resources

Bluetooth Application Development