Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
parallel
- Page 1
Parallel Port Wiring help needed!!
Hardware and Software
Hardware
15 Years Ago
by JameB
…sensors that "STOPS" sending the signal to the
parallel
port. Basically, if everything is fine, the circuit is … a retractable roof door, the circuit breaks and the
parallel
port should receive a unique signal. So should I …and connect them to the first input pin from the
parallel
port? I hope this makes sense to someone... because…
Re: parallel port trouble.
Programming
Software Development
17 Years Ago
by inzomniac
… I had was with properly wiring the cable from the
parallel
port to drive my external circuits. You definately need some… of buffer chips to provide the interface from/to the
parallel
port and your external devices (i.e. motors, LEDs, etc…. After some more tinkering, the trick was to tie the
parallel
port status lines 10 & 11 (Ack and Busy) to…
Re: Parallel to USB port adapter support parallel port software dongle
Community Center
13 Years Ago
by Xuewu Dai
Hi All who wants to use a USB-
parallel
convert to eanble a
parallel
dongle: Whether you will be winning depends …on the
parallel
dongle design. If the dongle software checks the IRQ (…interrupt) pin of the
parallel
ports, you cannot active the
parallel
dongle via USB. Otherwise, it is high…
Parallel Programming with C
Programming
Software Development
9 Years Ago
by ervinmalkaj
…folks, I am having difficulties in an exercise about
parallel
programming using mpi and socket in C language.Below …name FILE -the programm is splitted with MPI in
parallel
processes that are distributed throughout in all active nodes … with MPI the name of the file to all
parallel
processes -Every process in the respective node requires the…
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
21 Years Ago
by TallCool1
…I did find a different USB to 25-pin (female)
parallel
cable at coolgear. [url="http://www.coolgear.com/productdetails1…work?[/QUOTE] This is a common item. It allows a
parallel
-port printer to be hooked to a PC's USB… there are no hardware interrupts for the
parallel
port on those OSes. Other
parallel
-port devices such as scanners and Zip…
Parallel to USB port adapter support parallel port software dongle
Community Center
17 Years Ago
by yogibear66
Hi, every1, I have a 25-pin
parallel
port dongle for my accounting software, but recently, there was … road. However, my new Dell notebook do not have a
parallel
port as most notebooks these days. It would be easier… need the dongle to switch usage between my desktop(with
parallel
port) and notebook. Hence, you like to find out from…
Re: Parallel to USB port adapter support parallel port software dongle
Community Center
17 Years Ago
by David Elder
overall experience with several
parallel
hasp type security keys (Voicemail, Door Access, Video,) systems were written for specific platform (98, 2000, mayby XP) and assumed
parallel
port. Wound up maintaining Legacy hardware. This cost far less than software updates, IF available. USB to SERIAL is more common, but most hasps are
Parallel
.
Re: Parallel to USB port adapter support parallel port software dongle
Community Center
16 Years Ago
by tzvi ackerman
…QUOTE=yogibear66;497921]Hi, every1, I have a 25-pin
parallel
port dongle for my accounting software, but recently, there was …. However, my new Dell notebook do not have a
parallel
port as most notebooks these days. It would be easier… need the dongle to switch usage between my desktop(with
parallel
port) and notebook. Hence, you like to find out…
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
21 Years Ago
by TallCool1
…(contua aero 4/33). I want a
parallel
-> USB adapter which the
parallel
side can connect to my laptop and USB… a USB port to serial or
parallel
easily enough, but the signal output from a
parallel
port (and the software that drives…
Parallel port in perl
Programming
Software Development
19 Years Ago
by 001
Hello, I am using the
parallel
port module to access the
parallel
port. I just want to find out if i would need to do any extra thing to send data to a PCI
parallel
port since the address is different. 001
Parallel.for to calculate aggregated value in multidimensional array
Programming
Software Development
12 Years Ago
by Afi83
Hi there, I am trying to use
parallel
.for in order to calculate the summation of all the … does not work for multidimensional array. And when I use
parallel
.for it gives me different answer than the sequential approach…. Does anybody know how to implement
parallel
.for for summing up multidimensional array. Thanks,
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
21 Years Ago
by agrodner
…]Hello, I am looking for an adapter that converts a
parallel
port on the computer to a USB port. I see… other way around, e.g. convert a USB port into
parallel
for use with printers. A serial port to USB port…. It may be impossible to connect USB device to a
parallel
port, but then, how come it is possible to connect…
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
18 Years Ago
by Morcos
I have fujitsu AMILO PrLaptop without any
Parallel
or Serial prot, furthermore , i have HP Office Jet 95 G
parallel
printer without any USP port. I need
Parallel
to USB Cable assimble. i.e. to make it handmade. Can any one provide me with the Cable connector Layout thanks
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
18 Years Ago
by mike9115
… legacy-type database software that can only print to a
parallel
port. But our new printer just has a USB port… printer unless it can be converted to
parallel
.[/quote] If anyone needs an " PC
Parallel
port to USB device" adapter…
Re: parallel port interfacing with switch input
Programming
Software Development
17 Years Ago
by Colin Mac
… years of trying and not be able to access the
parallel
port, I found a free ebook called, "My …Experience In
Parallel
Port Interfacing" by Bibin John. It explains that Userport… this page which shows you how to write to the
parallel
port in Java using Userport and another dll called Parport…
Re: parallel port interfacing with switch input
Programming
Software Development
17 Years Ago
by Colin Mac
…/showfiles.php?group_id=46487[/url] Use this code [code]import
parallel
p =
parallel
.
Parallel
() p.setData(0x55)[/code] You can see it working…
Re: Parallel to USB port adapter support parallel port software dongle
Community Center
17 Years Ago
by DimaYasny
HASP3 and 4 are
parallel
, the newer ones are all USB
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
15 Years Ago
by merryjohnson
…]Hello, I am looking for an adapter that converts a
parallel
port on the computer to a USB port. I see… other way around, e.g. convert a USB port into
parallel
for use with printers. A serial port to USB port… kind that are available in the market that can convert
parallel
ports to a USB port. It is true that you…
Re: Parallel to USB port adapter support parallel port software dongle
Community Center
14 Years Ago
by jinaranjan
Dear All, I am having the same problem. Can I use
Parallel
port to USB adapter for use my HASP 3 dongle to connect USB of the computer?
Re: Parallel.for to calculate aggregated value in multidimensional array
Programming
Software Development
12 Years Ago
by Reverend Jim
> Does anybody know how to implement
parallel
.for for summing up multidimensional array. So you want one … in which case you can't use a separate thread (
parallel
for) to calculate the sum. If the values in the…
Parallel to USB adapter needed
Hardware and Software
Hardware
21 Years Ago
by whipaway
Hello, I am looking for an adapter that converts a
parallel
port on the computer to a USB port. I see … other way around, e.g. convert a USB port into
parallel
for use with printers. A serial port to USB port…
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
21 Years Ago
by Dani
… and, just like you, can only find ways to connect
parallel
devices to USB ports on a computer!! How frustrating ... the…
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
21 Years Ago
by Thaxton
Yes thats all and good for the PC (installing a USB card) but what if you wanted to use a USB printer with a
Parallel
Print Server, this is my predicament I have about 5
Parallel
servers and they are becoming obsolete. What should I do? Thaxton
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
21 Years Ago
by megbert
… same problem with a ethernet print server that has 3
parallel
printer outputs and one of my printers (as most printers… above, that connects the computer's USB port to a
parallel
printer and, since it is bidirectional, I beleve it is…
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
21 Years Ago
by hhhhh430us
…(contua aero 4/33). I want a
parallel
-> USB adapter which the
parallel
side can connect to my laptop and USB…
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
21 Years Ago
by mrdata030
… a USB port to serial or
parallel
easily enough, but the signal output from a
parallel
port (and the software that drives…
parallel port access in perl
Programming
Software Development
19 Years Ago
by 001
…. I am currently working on a project to access the
parallel
port of a pc in perl on a linux operating…..etc that could be of explicit help in accessing the
parallel
port using perl. I need this urgently if i am…
Re: parallel port access in perl
Programming
Software Development
19 Years Ago
by 001
I understand how the
parallel
port works, what i want to understand are the codes that i can use to send and receive data from the
parallel
port using perl. something like a tutorial explaining the necessary codes would do. thanks. 001
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
18 Years Ago
by Davepl
I also wish they made that adapter. We're using legacy-type database software that can only print to a
parallel
port. But our new printer just has a USB port. We can't use that printer unless it can be converted to
parallel
.
Re: Parallel to USB adapter needed
Hardware and Software
Hardware
18 Years Ago
by whipaway
… a USB port to serial or
parallel
easily enough, but the signal output from a
parallel
port (and the software that drives…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC