Re: controlling devices through computers

From: Alf P. Steinbach (alfps_at_start.no)
Date: 02/28/05


Date: Mon, 28 Feb 2005 09:14:57 GMT


* yadavindrian01@hotmail.com:
>
> I am a student of computer engg. I have to make a project -
> controlling devices through computer using parallel port. I know
> necessary details of the parallel port.
>
> Please guide me. also tell me if can i use VB as front end and C++ as
> the coding language and how.

Assuming that the above means you're focused squarely on "computer = PC" then
there are essentially three approaches: (1) get hold of a 12 to 15 year old PC
running MS-DOS or other non-protected OS, or (2) invest in LabView or similar
software for a modern PC, or (3) for a modern PC use some existing library (C
or C++ library, language-independent ActiveX control, whatever).

Perhaps e.g. LabView is coded in C++, but I'm fairly sure it's beyond your
current abilities to do that sort of thing in C++ in modern Windows or Linux:
you need to choose one of the three approaches outlined above, or perhaps
something I haven't thought of.

XFUT: [comp.programming] (this is off-topic in [comp.lang.c++])

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


Relevant Pages

  • Re: controlling devices through computers
    ... > controlling devices through computer using parallel port. ... > the coding language and how. ... software for a modern PC, or for a modern PC use some existing library (C ...
    (comp.lang.cpp)
  • Re: controlling devices through computers
    ... > controlling devices through computer using parallel port. ... You are asking in the wrong newsgroup. ... Controlling hardware is completely out of scope of *standard* ...
    (comp.lang.cpp)
  • Re: controlling devices through computers
    ... > controlling devices through computer using parallel port. ... > the coding language and how. ... My advice is to try to program the serial port, ...
    (comp.programming)
  • Re: controlling devices through computers
    ... > controlling devices through computer using parallel port. ... > necessary details of the parallel port. ... > the coding language and how. ...
    (comp.lang.cpp)
  • controlling devices through computers
    ... controlling devices through computer using parallel port. ... necessary details of the parallel port. ... Please guide me. ...
    (comp.lang.cpp)