outp(PORTADDRESS,Data) function in C

S

suchitra

Hello All
I have interfaced some hardware to the parallel port of my pc and wish
to communicate thru' C i am using the outp() function for that but the
data i am sending is not reaching the port !
What may be the problem do i need to initialize the port ?
 
J

Jack Klein

Hello All
I have interfaced some hardware to the parallel port of my pc and wish
to communicate thru' C i am using the outp() function for that but the
data i am sending is not reaching the port !
What may be the problem do i need to initialize the port ?

There is no such function in standard C. It is a non-standard
extension provided by your particular compiler, nothing at all to do
with the C language.

If it doesn't work the way you expect it to, you will need to ask
about it in a group that supports your particular compiler.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top