Tagged Questions
The lpt tag has no wiki summary.
3
votes
1answer
1k views
Parallel port with C#
I am trying to send data to LPT1 port with a C# program, unfortunately with no success..
I am using windows 7 x64.
I tried both x86 and x64 (inpoutx64.dll) dll's..
With the x64 dll when I send:
...
3
votes
1answer
904 views
Finding available LPT (parallel) ports and addresses in Delphi
I am doing direct I/O on a parallel port which is fine and necessary for speed. I would like to enumerate the available ports to offer the user a choice of ports at setup time rather than a tedious ...
2
votes
1answer
155 views
LPT ports in C#
I'd like to send some instructions while one of pins of LPT port is on.
I was trying to do something like this:
When LPT port 379 (889 dec) is different from dec 120 then stop doing part of code.
...
2
votes
2answers
435 views
Windows Monitoring a parallel or LPT port
Does anyone know a good library to allow us to programmatically monitor a parallel port (or LPT port) in windows. There are lots of good ones for Serial ports but I have had no luck yet for parallel ...
1
vote
1answer
215 views
Access LPT in C++
how to access LPT port in C++ visual express? I've read about including io.dll but i don't know how. Could someone show me a simple code for doing it?
1
vote
3answers
94 views
Switching bit with high speed in C#
i'd like to switch bit with time shorter than 1 ms. I'd prefer do this in C# Windows Forms, but it can be in for example console app in C++, C#. What i want to do is to switch bit and send it via LPT ...
1
vote
1answer
119 views
LPT I/O address mapping in PC
I heard about USB to LPT adapters that are capable of mapping PC legacy parallel port address. What is the level of such mapping? I mean - is it possible to access the adpater's pins by using 'in' or ...
1
vote
0answers
161 views
C# + WMI + LPT help!
I'm making an application that needs to list all the LPT ports in a machine with their IO addresses. (ie it's output : LPT1 [starting ; ending] ....)
Using WMI you can get this info.. the ...
1
vote
2answers
514 views
Is that possible to provide javascript API to control USB, LPT, COM devices?
I have a computer running windows and connected with many devices, such as printer, RFID reader, etc.
I want all my apps run as HTML, CSS, Javascript, so I need to access these devices through ...
1
vote
2answers
623 views
Cannot open LPT1(Printer Port) on win7 (64bit). The same applicaion works on win XP
I have an application that opens a port to a printer(it's a bar code printer) which works on win XP but when i switch to win7 (64bit) i have a problem. Here is the code:
I am using this method to ...
1
vote
1answer
593 views
program the LPT port using Java. Really?
Conditions:
OS is Windows XP
have LPT port
LED light bulb is connected to the LPT port
Necessary:
using Java to make the bulb flash
Is it possible?
Interested in real, proven solutions.
Has ...
1
vote
1answer
675 views
How to enumerate windows LPT ports and their I/O Range?
I am working on project for controlling some devices through lpt port.
I am using inpout32.dll to get raw access to ports and now trying to enumerate all available LPT ports and get their I/O Range.
...
1
vote
1answer
215 views
LPT control on Windows
I am into new project, which should use microcontroller. The easiest way to program it is using parallel port. But, there are few things I hope you can help me with. Oh, and the preferred language is ...
0
votes
0answers
97 views
System Error 85 has occurred. The local device name is already in use. on Map LPT1 by using “net use” command
Hi I am using Windows 7 Ultimate in my Laptop I am trying to Map a Shared Printer in DOS by use "net use" command. But its giving Error to me. one more thing is i used same command in my friend laptop ...
0
votes
1answer
33 views
vxWorks Parallel Port write() Failure
I'm attempting to write to the parallel port for the first time using the vxWorks lptDrv driver, but a call to write() always seems to return a -1. Here's the code I'm using:
#define PARALLEL_PORT ...
0
votes
2answers
60 views
Checking bit state of lpt port binary
I've part of code which is checking input pins of lpt port, but using decimal values:
while (PortAccess.Input(889) == 120)
How to use this instruction with binary values?
for example while bit 3 ...
0
votes
0answers
100 views
Cannot get LPT1: printer escape sequences to work with DOS 6.22 on Virtual PC 2007
I have a DOS 6.22 application which prints receipts to a dot matrix parallel printer. The receipt has some double-high/double-wide characters which properly print when I send the appropiate escape ...
0
votes
0answers
387 views
How to print with LPT Epson TM-T88III printer and JavaPoS
I want to use Epson TM-T88III printer connected to LPT port in my Java code. I use Epson JavaPoS ADK and it officially have no support of parallel ports. Other Epson SDKs - OPOS ADK and OPOS for .NET ...
0
votes
2answers
297 views
Can't get port handle from LPT1
I'm writing a program which reads from file and send to printer to print.
I set "HP Laser Jet 4" as default printer and checked "LPT1" in printer properties of "HP Laser Jet 4". Print spooler is also ...
0
votes
2answers
391 views
c# LPT Control all pins. Not 8
I can control 8 pins in LPT using inpout.dll.
I want to control some LPT device but I need to use more than 8 pins.
How to do it?
It can be COM or NET dll.
I have no idea how to control more than 8 ...
0
votes
2answers
263 views
How is it possible to control hardwares like Parallel port and serial port from asp.net
Guyz, please tell me if i can control a LPT port or COM port or any other hardware of server using ASP.Net with C#. I haven't found any clue in the internet.
I want to control a COM port Parallel ...
0
votes
2answers
1k views
Send print commands directly to LPT parallel port using C#.net
as in DOS we can do:
ECHO MESSAGE>LPT1
how can we achieve samething in C#.NET?
Sending information to COM1 seems to be easy using C#.NET.
What about LPT1 ports?
I want to send Escape commands to ...
0
votes
3answers
2k views
C# LPT inpout32.dll
I don't get any error or exception.
Button in one Window:
private void button1_Click(object sender, EventArgs e)
{
ControlPort.Output(0x378, 0xff);
}
and inpout.dll interface:
class ...
0
votes
1answer
292 views
C# LPT Name problem
How can I send output to LPT in C#.
I use SerialPort class. I set port name to "LPT1" and I'm getting this error.
The given port name does not start with COM/com or does not resolve to a valid ...
0
votes
1answer
717 views
Send data to LPT on windows XP
I want to send data to a printer on LPT1 and i trying exactly this but my CreateFile returns -1 (The system cannot find the file specified.Exception from HRESULT:0x80070002).
How to open LPT1 port ...
0
votes
1answer
91 views
inpou32.dll doesn't work on my computer
I've tried to run the following code on my PC.
With PORT 0x378 (LPT1 data) it works fine.
But with PORT 0x379 (LPT1 status) it always returns 126 no matter what I output in the previous line. 0x37A ...
0
votes
2answers
263 views
How to check if button is pressed and working on LPT port in C++
I have a button I got out of a random item around the house and I wanna hook it up to my LPT port and check if its pressed or not in C++ and if it is display a message.
0
votes
3answers
507 views
Sniffing LPT Traffic
I need to intercept LPT output traffic. After a couple of hours of research, I've come to understand that the only way to do this is by writing a kernel-mode driver, more precisely a "filter ...