TheBigDino Posted August 19, 2004 Posted August 19, 2004 Is it possible to link up electronic equipments -eg : a simple light bulb with the parallel port to switch circuits on and off? I know how to program in vb as well so will that help? I am hoping to use my computer to control some circuits... please help
5614 Posted August 19, 2004 Posted August 19, 2004 yes, theoretically, this should work, practically, yes, why not? but it will not be easy. firstly; you will have to get the correct lead, with suitable ends, then, the port which you are connecting your equipment into, will be connected to the motherboard, so make sure, no electrical in, as they are likely to ruin your whole computer. so you have to use your port as the output. a rare few ports actually dont have a power output, only a connection, although the majority to produce some kind of output power, however, most hardware ports dont emit an actual electric current, they produce soley the correct signal; e.g. a speaker ports produces sound electronic patterns, not a voltage and the data seperately, your USB digital camera, gets power from the computer, but only when there is an input of digital images, so you couldnt trick the computer into forcing an output current that way. more powerful outputs, such as the screen, powerful speaker systems, printers, scanner etc etc, all have their own voltage input systems, via the mains, NOT via the hardware ports on the computer. you cannot power high voltage circuits from your computer. i dont know how you are going to 'trick' your computer into producing a voltage current output, opposed to a data output
drz Posted August 19, 2004 Posted August 19, 2004 There is a book out there, Easy Robot builders, or something, which teaches you all you need to know, diagrams and all the info for running things from the parallel port. I'll get ya an exact name of the book later, not handy right now.
5614 Posted August 20, 2004 Posted August 20, 2004 damn, stupid me, i didnt really register when you said "parallel port", sorry, yes you can 'trick' the parallel port, you cannot draw high voltages outta it, but enough to run a circuit, try searching this on google, there are normally diagrams and stuff, if i find a good site, i'll post it, but it will have to wait till lata
YT2095 Posted August 20, 2004 Posted August 20, 2004 Is it possible to link up electronic equipments -eg : a simple light bulb with the parallel port to switch circuits on and off? I know how to program in vb as well so will that help? I am hoping to use my computer to control some circuits... please help yes of course you can, and quite easily you`ll need a buffer chip 1`stly though, I personaly reccomend the 74245 as that will work both ways too, so you can use the 8 data line as inputs as well, depending on the control state, it`ll be more than happy using the +5v supply rail too there are Open Chathode varieties too, for direct relay drivers, but I prefer the regular 74245 and transistor drive my relays (it`s your choice). hope that helps
TheBigDino Posted August 20, 2004 Author Posted August 20, 2004 ahhh....so thats not so simple....but by the way i still don't get how i can trick the parallel port, you see i am not an expert at vb soo.....
YT2095 Posted August 20, 2004 Posted August 20, 2004 it is simple, it`s almost pin for pin, as thwe 74244 and 245 were designed for the centrionics par port. and you don`t "trick" it, you acces the chip registers using the mem map, set the correct flags (input/output) then present your binary code of which pins you`de like as a 1 or a 0 (a +5volts or a 0volts). there`s nothing complicated
dryan Posted August 20, 2004 Posted August 20, 2004 I've got a similar question: For a serial cable, can the computer detect when two of the pins are connected? In my case, I want to connect two wires to a spst mometary switch so that a program can detect when it is depressed.
alt_f13 Posted August 21, 2004 Posted August 21, 2004 What is the signal voltage in USB? 5v? What about amperage? I want to make some LED sound (signal as sent by computer rather than air) sensitive lights but use analog signal from usb... Possible?
sanjaygeorge Posted December 20, 2004 Posted December 20, 2004 i am making a parallel port controlled device. i have a doubt. can we connect both input and output to an EPP or ECP mode at the same time. Posible????
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now