![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Languages, Compilers and Interpreters C,C++,C#,.NET,Java,PHP,Perl,SQL and more |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Младенец Join Date: Oct 2001 Location: Iran - Tehran
Posts: 6
Rep Power: 0 Reputation:
10 | Hi all,<BR>Please introduce to me all functions or classes in C++ or VC++ about sending or reciving bits to special address in LPT port ! Please help me <IMG SRC="frown.gif" border="0">
__________________ Checkout my homepage:<BR>http://www.geocities.com/hadi_rezaie/index.html<BR>(My month article is about DirectDraw programming) |
| | |
| | #2 |
| Administrator Join Date: Sep 2001 Location: South Korea, Gumi
Posts: 7,189
Blog Entries: 15 Rep Power: 10 Reputation:
313 | As far as I know you've got to use CreateFile Win32 API function for opening your parallel port device and ReadFile, WriteFile functions to transfer the information. Hope it helps |
| | |
| | #3 |
| Младенец Join Date: Oct 2001 Location: Iran - Tehran
Posts: 6
Rep Power: 0 Reputation:
10 | Hi,<BR>But i don't want to write simple text !<BR>I wanna send bits to SPECIAL address in LPT !
__________________ Checkout my homepage:<BR>http://www.geocities.com/hadi_rezaie/index.html<BR>(My month article is about DirectDraw programming) |
| | |
| | #5 |
| Младенец Join Date: Jan 2002 Location: Germany
Posts: 1
Rep Power: 0 Reputation:
10 | Please check the following page. There is a driver for windows NT/2000 to directly access the LTP port:<BR> <A HREF="http://www.beyondlogic.org" TARGET=_blank>http://www.beyondlogic.org</A> Regards |
| | |
| | #6 |
| Младенец Join Date: Oct 2001 Location: Iran - Tehran
Posts: 6
Rep Power: 0 Reputation:
10 | Thanks !
__________________ Checkout my homepage:<BR>http://www.geocities.com/hadi_rezaie/index.html<BR>(My month article is about DirectDraw programming) |
| | |