LPT1: | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Used with the open file, read from file, write to file, and close file commands to specify the line printer (parallel) port on Windows systems. |
Introduced | 2.0 |
OS | windows |
Platforms | desktop, server |
Example |
|
Related | Command: write to file, close file, open file, write to driver, read from file Glossary: keyword, Windows, command, port Keyword: COMn: |
Description | Use the LPT1: keyword to communicate through the parallel port. To read data from the parallel port, use the read from file command, specifying the keyword LPT1: as the file to read from. To write data to the parallel port, use the write to file command. |
Tags | networking |