LPT1:

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
LPT1:
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.

Introduced2.0
OSwindows
Platformsdesktop, server
Example
write myData to file "LPT1:"
RelatedCommand: 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.

Tagsnetworking