Home > Archive > Visual Basic > October 2006 > How to control parallel port using VB6?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to control parallel port using VB6?
|
|
|
| Hello,
I need to send/receive message from a parallel port. Unfortunatily, I
couldn't find any control similar with MSCOMM.ocx for this purpose. Can
anyone tell me how to do? Is there API for this purpose?
Thanks in advance.
| |
| Ken Halter 2005-02-01, 3:55 pm |
| "Wyne" <Wyne@discussions.microsoft.com> wrote in message
news:0C53CCDC-AAE3-48EB-A85A-1C348F64EED5@microsoft.com...
> Hello,
>
> I need to send/receive message from a parallel port. Unfortunatily, I
> couldn't find any control similar with MSCOMM.ocx for this purpose. Can
> anyone tell me how to do? Is there API for this purpose?
>
> Thanks in advance.
This one has support for parallel ports... freeware.
IO OCX
http://ourworld.compuserve.com/home...rier/IO_OCX.htm
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
| |
|
| Wyne wrote:
> Hello,
>
> I need to send/receive message from a parallel port. Unfortunatily, I
> couldn't find any control similar with MSCOMM.ocx for this purpose. Can
> anyone tell me how to do? Is there API for this purpose?
>
> Thanks in advance.
>
>
If you're using win98, you can use a dll.
I've had excellent luck with
inpout32.dll.
XP won't let you access the port, so you'll need an ocx control.
My favorite is to defeat the XP prohibition on port access and use
inpout32.dll, but that'd be a poor choice for a commercial product.
Sounds like there may be freeware ocx controls by now.
mike
--
Return address is VALID.
Wanted, PCMCIA SCSI Card for HP m820 CDRW.
FS 500MHz Tek DSOscilloscope TDS540 Make Offer
http://nm7u.tripod.com/homepage/te.html
Wanted, 12.1" LCD for Gateway Solo 5300. Samsung LT121SU-121
Bunch of stuff For Sale and Wanted at the link below.
http://www.geocities.com/SiliconValley/Monitor/4710/
| |
|
| Thanks Ken. I got it.
"Ken Halter" wrote:
> "Wyne" <Wyne@discussions.microsoft.com> wrote in message
> news:0C53CCDC-AAE3-48EB-A85A-1C348F64EED5@microsoft.com...
>
> This one has support for parallel ports... freeware.
> IO OCX
> http://ourworld.compuserve.com/home...rier/IO_OCX.htm
>
> --
> Ken Halter - MS-MVP-VB - http://www.vbsight.com
> Please keep all discussions in the groups..
>
>
>
| |
| hamednoei 2006-10-06, 1:27 am |
| quote: Originally posted by Ken Halter
"Wyne" <Wyne@discussions.microsoft.com> wrote in message
news:0C53CCDC-AAE3-48EB-A85A-1C348F64EED5@microsoft.com...
> Hello,
>
> I need to send/receive message from a parallel port. Unfortunatily, I
> couldn't find any control similar with MSCOMM.ocx for this purpose. Can
> anyone tell me how to do? Is there API for this purpose?
>
> Thanks in advance.
This one has support for parallel ports... freeware.
IO OCX
http://ourworld.compuserve.com/home...rier/IO_OCX.htm
--
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..
|
|
|
|
|