![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| hi guys.. i need to connect an external circuit to the parallel port on my PC.. now i need codes for sending/recieving data through this port.. i couldnt find any good codes.. all what i could find was describtion how the port works and the registers of it. I want CODE examples and applications of circuit i can connect and use my parallel port in it. wer i can find that??? PS: is it true that i shouldnt directly connect anything to the port directly? becoz if the port got damaged i will need to change the whole motherboard?? what things can damage the port??? thanx
__________________ subzero... wins.. | |
| |
| | (permalink) | ||
| Quote:
Quote:
If you're no confident about it, and can't afford to replace the board, it's probably as well not to go that route!. What are you wanting to do anyway?. | |||
| |
| | (permalink) |
| im a bit still new to the stuff.. i dont wanna do smthng specific in the mean time as much as i want to learn that is why im afraid to damage my board. what precautions i should bear in my mind so i wont damage the port? I use the XP. i heard about the driver and i dloaded it. But i really want some cool applications i can make [like cool external circuits using the parallel port] so i can learn and have fun also. I couldnt find any good examples. i will try the site ur refering. do u know any other sites?
__________________ subzero... wins.. | |
| |
| | (permalink) | ||
| Quote:
Quote:
*You dont send voltage to the inputs. There is already voltage at the inputs. You must earth the inputs for them to trigger. *The outputs send voltage out, so it would be stupid to send voltage into the output port. I don't think you can damage the port, unless you do something very stupid. I've earthed out the outputs accidentlty many times, but no damage has ever been done. I'm guessing the outputs have resistors inside to limit damaging current. Thats my experience . I programe my port with QBASIC codes. You don't say which language codes you are after? ps. don't blam me if you blow up your port , because some guy thinks, you can't damage the port. | |||
| |
| | (permalink) |
| Thanx. i can handle any language C/C++/VB/VC++ or even Assembly. That is why i wanted some complete examples so i can know what to do and what not to do... i cant find smthng on the net :cry:
__________________ subzero... wins.. | |
| |
| | (permalink) |
| i had done 3 projects on parallel port i made one e-book on it mail me at njbibin@rediffmail.com then u will get it my projects are IC tester autonomous robot computer as CRO | |
| |
| | (permalink) |
| does anyone know of any tutorials for interfacing the parallel port by C++??? | |
| |
| | (permalink) |
| hai i think for parallel port function there is on executable file i founded while winpic programmer by name nt95.exe somthing like this will find on google search is port driver by linuxforum i think may be useful for you vijaya | |
| |
| | (permalink) |
| You can find inpout32.DLL with code examples at: http://www.logix4u.net/ http://www.logix4u.net/inpout32.htm All of these have to be in Project\ Settings\ link\ object/library modules: kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib inpout32.lib | |
| |