Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

Some Windows Embedded CE–based devices can communicate with other computers, printers, modems, or Global Positioning System (GPS) satellites by way of a serial connection.

Serial I/O is the simplest form of communication supported by Windows Embedded CE. It is used when a direct, one-to-one connection exists between two devices.

Serial I/O can occur by way of various hardware connections; however, most Windows Embedded CE–based devices use serial cablesor a PC Card device, such as a modem or infrared(IR) transceiver.

Exchanging data by way of a serial cable is similar to reading from or writing to a file.

Windows Embedded CE supports standard Windows-based desktop functions for serial communications. These functions can be used to open, close, and manipulate serial ports, transmit and receive data, and manage the connection.

In This Section

Programming Serial Connections

Describes how applications transfer data between devices using a serial connection.

See Also