Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
391 views

programmatically controlling power sockets in the UK

It's very simple. I want to plug a lamp into the UK mains supply. I want to be able to power it on and off from software - say from serial port commands, or by running a command-line or something I ...
4
votes
1answer
279 views

Use of parallel / serial port redirection to transfer data from Terminal desktop to local computer

Amongst features of terminal desktop services running RDP port, there is port redirection of parallel/serial from remote to local PC. Can this redirection be somehow used to transfer large data to ...
4
votes
1answer
810 views

Can I access the Parallel Port normally when using USB to Parallel Port adapter?

Preliminary story There is this program which uses the Parallel Port to synchronize with other hardware. It will set the Parallel Port output to a specified (byte) value. This works without problems ...
4
votes
2answers
869 views

Controlling a parallel port via USB adaptor on modern hardware and OS

I have a USB to parallel port device that i want to interface with through c++ on a modern windows OS (xp and newer). I've done a little research but the information is a bit patchy when it comes to ...
3
votes
0answers
94 views

Finding Memory Address of a Parallel Port on Linux

I'm trying to find the base (memory) address of a parallel port I have connected to my laptop via a PCI express card. Running lspci -v shows that my computer recognizes the parallel port and gives ...
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: ...
2
votes
2answers
238 views

Converting Visual Basic parallel port app using inpout32.dll in to Delphi

I've been given this simple VB application and library which I'm told can open a door/turnstyle attached to the printer port at 0x378 base address. 'Inp and Out declarations for port I/O using ...
2
votes
1answer
395 views

Open source Portmon

Portmon from Sysinternals http://technet.microsoft.com/en-us/sysinternals/bb896644 is a great tool I have used a lot. I've looked around for a while but can't see any open source alternatives - does ...
2
votes
2answers
436 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 ...
2
votes
3answers
746 views

running a parallel port controlling program through php

I have a program that is interacting with hardware via parallel port programming. i had compiled it and using its object file to interact with the hardware (a simple led). when i execute it directly ...
2
votes
3answers
3k views

Printing in (Parallel Port) Dot Matrix over C#

For the needs of a project, i want to print over the LPT1 in specific locations, this will print a document in a dot matrix printer where i should print values in the places they should go. I really ...
2
votes
2answers
1k views

How can I write to the parallel port from the Windows Command line?

How can I write to parallel port through Windows XP command line?
1
vote
2answers
100 views

Method without return value in python c extension module

I'm trying to create a script in python that sends data through a parallel port. I'm creating my own module in C language. The problem is: when I try to execute my module, python crashes. No errors, ...
1
vote
3answers
122 views

What is the outp() counterpart in gcc compiler?

In my School my project is to make a simple program that controls the LED lights my professor said that outp() is in the conio.h, and I know that conio.h is not a standard one. example of outp() ...
1
vote
1answer
52 views

On CPU start-up cause Start-up my Device Connected on ParallelPort? [closed]

I am using ParallelPort to do communicate with One Electric Device. My Task on ParallelPort is to just start and stop device. For that I have write up following code: One static Class ParellelPort ...
1
vote
3answers
483 views

How to switch data pins on/off on parallel port?

I want to simply switch certain data pins on and off, so that they can control a set of relays. I'm not asking about the hardware bit (should be easy), but I don't know where to begin writing the ...
1
vote
1answer
161 views

On a PC, how to write program to give ON/OFF/ON/OFF, like bitstream to USB port, RS-232 port, or Parallel port?

Is there a way to write a program to output ON/OFF/ON/OFF sequence to one of USB, RS-232, or Parallel port? The On probably will be 5V or is "close circuit", and Off will be 0V or is "open circuit". ...
1
vote
1answer
144 views

Reading info from printer on USB port

In the days of parallel printers one used to be able to send a command on LPT1 and receive back standard info such as life count etc. Now, with USB devices, have we lost that capability? Or is there ...
1
vote
1answer
781 views

C# - Emulate device - Parallel to Serial Port

We are trying to emulate a device that runs off a parallel port. We have the exact same model that runs on RS232, and can run a null modem cable from one port to another and emulate the device with ...
1
vote
2answers
189 views

Is there any open source program that use the inpout.dll?

Is there any open source program that use the inpout.dll to hook up the parell port and turn LED's on and off ive been looking for almost a whole month and havent found jack. I want to do this without ...
1
vote
1answer
345 views

parallel port programming

quick question: Can parallel port receive and send data at same time? And if u have more tips about VB and parallel port programming, please feel free to tell me. :) Thank you
0
votes
2answers
86 views

C# - Read Parallel Port State (Simple Push Switch)

I am updating in C# some software that was originally written in VC++ V1.0 for DOS6. One aspect of the software is a check on the parallel port, where a simple push-button switch is connected. I ...
0
votes
1answer
94 views

Ruby serial / parallel port manipulation

I wonder if some of you are working with hardware/circuitry via serial or parallel port in ruby, not with arduino or something similar, just sending receiving pulses thru the ports to a breadboard? or ...
0
votes
0answers
119 views

continuous data acquisition from parallel port in Java

For one of my projects, that is related to nerve conduction study, I need to acquire data continuously from a parallel printer port in Windows XP. The analogue data is processed by an Analogue to ...
0
votes
0answers
257 views

Write to a parallel port on windows 7

I try to find out how to access a parallel port for writing some bits on a Windows7 machine. This parallel port ist located on a PCI-Card, and is automatically installed by Windows7 and can be ...
0
votes
0answers
160 views

access parallel port interrupts in python under linux

Is there any such thing as a python module that will allow me to access parallel port interrupts (pin 10) under Linux? P.S. Do not respond with "PyParallel" unless you can provide me with a working ...
0
votes
1answer
60 views

Easy and efficient language for cross platform parallel port interfacing

I want to use parallel port (LPT) to receive and send data, i have done that before in various language in different OS, like VB in windows, C in linux. But now, i want to use a language (and a ...
0
votes
1answer
320 views

how to write/read to parallel port in assembly language(linux)?

how to write/read to parallel port in assembly language(linux)? my plan is this connect LEDs to parallel port from the linux machine(ubuntu 10.10), write to parallel port. so I see lightened LEDs. ...
0
votes
1answer
380 views

How to use parallel port to work like switch which read(get) signals and in java listening to that which is true or not?

Hi i want to use lpt port for interfacing the switch (for example ,signal the 5v to some pin) listening to some pin and notify my app ? i use rxtx-2.1-7-bins-r2 in windows. i used the ...
0
votes
1answer
151 views

Communicating with ports with c++ or c#?

I'm starting to write a program which communicates with serial/parallel ports. I'm not sure whether I should write it with C# or C++. I prefer C# because it's my preferred language and I have ...
0
votes
1answer
97 views

Parallel port recording to file on Win XP

I need to write a simple program that records all the input from parallel port into a file. Data flows from industrial machine, setup is fairly simple, but I can't find any good open source examples ...
0
votes
5answers
4k views

“#include <asm/io.h>” causes “error: asm/io.h: No such file or directory”

I am using gentoo and trying to compile a program to control the bits on the parallel port. It has this line near the top of it: #include <asm/io.h> And when I try to use gcc on it, it ...
0
votes
4answers
1k views

Which easy programming language to use for parallel port programming under Linux?

My father would like to use Ubuntu for LPT programming (via a relay card). He is used to QBasic and PowerBasic but willing to learn a new (simple) language for his goals. What recommendations can you ...
0
votes
1answer
1k views

Parallel Port Emulator

It seem that my USB -> parallel port converter(SUNIX ComHUB) don't show as parallel port in Windows Hardware. But instead as "Support for USB printer port". Is there anyway for me for me to make ...
0
votes
4answers
267 views

Parallel Port

If I understand the parallel port right, sending data from (D0 to D7) simultaneous, but that it can control the sticks individually? example: D0 = Input D1 = Input D2 = Output ... ... ... D7 = Input ...
-1
votes
1answer
942 views

Input and output from parallel port

I basically want to get the parallel port input & want to give the output simultaneously in the c#.net without using the inpout32.dll. Can any one guide me how to control the parallel port in c# ...