|
|
|
|
|
|
|
|
|
|
|
|
| Categoría: Serial/Parallel Ports functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| List of constants used by the functions for port management (serial and parallel ports) |
|
|
|
|
|
|
|
| List of functions for managing serial and parallel ports (Lista de funciones para gestionar los puertos serie y paralelo) |
|
|
|
|
|
|
|
| Varios dispositivos pueden ser gestionados directamente a través de una gestión de los puertos utilizados por estos dispositivos para comunicarse con el ordenador.... |
|
|
|
|
|
|
|
| Closes the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
|
| Disables the detection of an event on a serial port. |
|
|
|
|
|
|
|
| Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol. |
|
|
|
|
|
|
|
| Branches an event on a serial port. |
|
|
|
|
|
|
|
| Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port. |
|
|
|
|
|
|
|
| Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port. |
|
|
|
|
|
|
|
| Returns the list of serial and parallel ports on the computer. |
|
|
|
|
|
|
|
| Usage example of the sOpen function |
|
|
|
|
|
|
|
Opens and initializes:- a serial port.
- a parallel port.
- an infrared port.
|
|
|
|
|
|
|
|
| Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
|
| Reads a character string in the entry buffer of the specified serial port. |
|
|
|
|
|
|
|
| Writes a character string to the output buffer of the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|