473,473 Members | 1,480 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Sending data to the parallel port

MNQ
Hi All

I want to use my parallel port of my PC to control some external devices. I
am writing a program in ANSI C using the PacificC compiler. What I need to
know is how to access the parallel port ie to send data and to read the
state of the parallel port including the control lines. Can anyone
help/point me in the correct direction? I have tried the help files and the
internet but am unable to find anything relevant.

Thanks in advance.

Naveed
Nov 14 '05 #1
9 8417
MNQ <co****************@yahoo.co.uk> spoke thus:

(Acceptable post title? Sorry I didn't wait the required 2 hours...)
I want to use my parallel port of my PC to control some external devices. I
am writing a program in ANSI C using the PacificC compiler. What I need to
know is how to access the parallel port ie to send data and to read the
state of the parallel port including the control lines. Can anyone
help/point me in the correct direction? I have tried the help files and the
internet but am unable to find anything relevant.


(The below welcome text was originally written by Ben Pfaff)

Your question is outside the domain of comp.lang.c, which discusses
only the standard C programming language, including the standard C
library. This is a remarkably narrow topic compared to what many
people expect.

For your convenience, the list below contains topics that are not
on-topic for comp.lang.c, and suggests newsgroups for you to explore
if you have questions about these topics. Please do observe proper
netiquette before posting to any of these newsgroups. In particular,
you should read the group's charter and FAQ, if any (FAQs are
available from www.faqs.org and other sources). If those fail to
answer your question then you should browse through at least two weeks
of recent articles to make sure that your question has not already
been answered.

* OS-specific questions, such as how to clear the screen,
access the network, list the files in a directory, or read
"piped" output from a subprocess. These questions should be
directed to OS-specific newsgroups, such as
comp.os.ms-windows.programmer.misc, comp.unix.programmer, or
comp.os.linux.development.apps.

* Compiler-specific questions, such as installation issues and
locations of header files. Ask about these in
compiler-specific newsgroups, such as gnu.gcc.help or
comp.os.ms-windows.programmer.misc. Questions about writing
compilers are appropriate in comp.compilers.

* Processor-specific questions, such as questions about
assembly and machine code. x86 questions are appropriate in
comp.lang.asm.x86, embedded system processor questions may
be appropriate in comp.arch.embedded.

* ABI-specific questions, such as how to interface assembly
code to C. These questions are both processor- and
OS-specific and should typically be asked in OS-specific
newsgroups.

* Algorithms, except questions about C implementations of
algorithms. "How do I implement algorithm X in C?" is not a
question about a C implementation of an algorithm, it is a
request for source code. Newsgroups comp.programming and
comp.theory may be appropriate.

* Making C interoperate with other languages. C has no
facilities for such interoperation. These questions should
be directed to system- or compiler-specific newsgroups. C++
has features for interoperating with C, so consider
comp.lang.c++ for such questions.

* The C standard, as opposed to standard C. Questions about
the C standard are best asked in comp.std.c.

* C++. Please do not post or cross-post questions about C++
to comp.lang.c. Ask C++ questions in C++ newsgroups, such
as comp.lang.c++ or comp.lang.c++.moderated.

* Test posts. Please test in a newsgroup meant for testing,
such as alt.test.

news.groups.questions is a good place to ask about the appropriate
newsgroup for a given topic.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Nov 14 '05 #2
"MNQ" <co****************@yahoo.co.uk> wrote in
news:bt**********@rdel.co.uk:
I want to use my parallel port of my PC to control some external
devices. I am writing a program in ANSI C using the PacificC compiler.
What I need to know is how to access the parallel port ie to send data
and to read the state of the parallel port including the control lines.
Can anyone help/point me in the correct direction? I have tried the
help files and the internet but am unable to find anything relevant.


You're off-topic and don't give up on the Internet so easily. I found
this:

http://www.doc.ic.ac.uk/~ih/doc/par/doc/data.html

by searching google for" writing to the parallel port in C

--
- Mark ->
--
Nov 14 '05 #3
MNQ
Apologies and thankyou
"MNQ" <co****************@yahoo.co.uk> wrote in message
news:bt**********@rdel.co.uk...
Hi All

I want to use my parallel port of my PC to control some external devices. I am writing a program in ANSI C using the PacificC compiler. What I need to know is how to access the parallel port ie to send data and to read the
state of the parallel port including the control lines. Can anyone
help/point me in the correct direction? I have tried the help files and the internet but am unable to find anything relevant.

Thanks in advance.

Naveed

Nov 14 '05 #4
"MNQ" <co****************@yahoo.co.uk> wrote in message news:<bt**********@rdel.co.uk>...
Apologies and thankyou
"MNQ" <co****************@yahoo.co.uk> wrote in message
news:bt**********@rdel.co.uk...
Hi All

I want to use my parallel port of my PC to control some external devices.

I
am writing a program in ANSI C using the PacificC compiler. What I need

to
know is how to access the parallel port ie to send data and to read the
state of the parallel port including the control lines. Can anyone
help/point me in the correct direction? I have tried the help files and

the
internet but am unable to find anything relevant.

Thanks in advance.

Naveed


there is quite a lot of information out there on the Internet that
explains how to do this. Try www.beyondlogic.org. There is an
example there which explains how to connect an LCD module to the
parallel port and program it in C. If you need further help let me
know.

Regards,

Ben.
Nov 14 '05 #5
Macgyver wrote:

there is quite a lot of information out there on the Internet that
explains how to do this. Try www.beyondlogic.org. There is an
example there which explains how to connect an LCD module to the
parallel port and program it in C.


If so then it's either blatantly wrong or it's not using C as defined by
the C standard. The C language simply does not supply a way to
accomplish this.

If I recall correctly, the Beyond Logic site is full of non-standard
code using DOS extensions.

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
Nov 14 '05 #6
>Subject: Re: Sending data to the parallel port
From: Kevin Goodsell us*********************@neverbox.com
Date: 1/7/04 3:52 PM US Mountain Standard Time
Message-id: <Y4*******************@newsread1.news.pas.earthlin k.net> If so then it's either blatantly wrong or it's not using C as defined by
the C standard. The C language simply does not supply a way to
accomplish this.

If I recall correctly, the Beyond Logic site is full of non-standard
code using DOS extensions.

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.


You sound like a religious fanatic.
Engineering is, simplified, about finding working solutions to practical
problems.
It is not keeping the purity of the faith,
keeping out the infidels, being rude to
people who make mistakes or don't know
better.
Nov 14 '05 #7
>Subject: Re: Sending data to the parallel port
From: bh******@dodo.com.au (Macgyver)
Date: 1/7/04 3:41 AM US Mountain Standard Time
Message-id: <63**************************@posting.google.com > there is quite a lot of information out there on the Internet that
explains how to do this. Try www.beyondlogic.org. There is an
example there which explains how to connect an LCD module to the
parallel port and program it in C. If you need further help let me
know.

Regards,

Ben.


www.beyondlogic.org send out spy software. Do NOT contact them. Unless
you work for them.........

Nov 14 '05 #8
A123b456c wrote:
If so then it's either blatantly wrong or it's not using C as defined by
the C standard. The C language simply does not supply a way to
accomplish this.

If I recall correctly, the Beyond Logic site is full of non-standard
code using DOS extensions.


You sound like a religious fanatic.
Engineering is, simplified, about finding working solutions to practical
problems.
It is not keeping the purity of the faith,
keeping out the infidels, being rude to
people who make mistakes or don't know
better.


If you don't value correctness and topicality, this group is not for
you. Also, I don't believe my message was rude, I was simply pointing
out what the poster or the OP might not already know - that such things
cannot be done in standard, portable C, and that the site in question
does not use standard C.

And please don't send your replies to my email AND to the group. One or
the other is usually fine.

-Kevin
--
My email address is valid, but changes periodically.
To contact me please use the address from a recent posting.
Nov 14 '05 #9
A123b456c wrote:
www.beyondlogic.org send out spy software. Do NOT contact them. Unless
you work for them.........


I just contacted them, by visiting their Web site. I received no spy
software whatsoever. Perhaps you are confusing "spy software" with "Web
page".

--
Richard Heathfield : bi****@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton
Nov 14 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Novice Experl | last post by:
I'd like to write a simple application that interfaces with the parallel port, and changes the data on it according to keyboard input. I hope I can get it to run under windows xp and / or windows...
4
by: David | last post by:
I'm wondering if python is capable of fairly precise timing and also sending data out the parallel port. For example ; making a 7.5 KHz square wave come out of one of the data pins on the...
2
by: sai bo shan via DotNetMonster.com | last post by:
hi, all how can i send strobe signal from parallel port? please help me! thanks, Cyber Clone
3
by: Danijel Babic | last post by:
Hi! Is there any way to control parallel port from VB.NET. I want to be able to send or read data from parallel port on Windows XP. Some ActiveX or dll, API or anything. Thx!
6
by: Peter | last post by:
I'm interested to know what ideas are out there for reading a parallel port at a constant sample rate while still allowing the user to interact with the GUI. That is, reading it every 10ms for...
11
by: Timothy Smith | last post by:
hello people. i've been trying to send an 8 byte string to my parallel port under freebsd. the purpose is it to control a relay board. the board simply responds to the output byte coming from...
4
by: ganesah | last post by:
hi, Im working on a project where i need to send binary format data to serial port and output the exact data through parallel port? could anyone explain me how to do it, can i use the C++ language?...
4
by: Soren | last post by:
Hi, I want to control some motors using the parallel port.. however, my laptop does not have any parallel ports (very few do). What I do have is a USB->Parallel converter... I thought about...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.