ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Serial/Parallel Ports functions
15 results
List of constants used by the functions for port management (serial and parallel ports)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer...
Closes the specified serial port, parallel port or infrared port.
Disables the detection of an event on a serial port.
List of functions for managing serial and parallel ports
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.