Answered by:
How to handle hardware through C

Question
-
Hello Friends,
I'm a BTech Student and I want to control Hardware through the programming. Can anyone help me out? Or can anyone give me a link to some tutoials.
Tuesday, February 20, 2007 5:36 PM
Answers
-
hei friend! why not trying funducode.com by y.kanitkar...
also book named " interaction with hardware with c " written by y.kanitkar will help you a lot.....
i am sure.. u will be satisfied with the above site or book.
Tuesday, February 20, 2007 8:34 PM
All replies
-
Why not u googling the query ????
Google gives the best results yaar, or u could try links on wikipedia.com also .
still you want the links, reply here.
i would post them for you.
Tuesday, February 20, 2007 6:34 PM -
hei friend! why not trying funducode.com by y.kanitkar...
also book named " interaction with hardware with c " written by y.kanitkar will help you a lot.....
i am sure.. u will be satisfied with the above site or book.
Tuesday, February 20, 2007 8:34 PM -
U can use the book "TCR through C" for referenceTuesday, February 20, 2007 8:36 PM
-
the latest version of K&R c has some references relatod to this.u will find all the books needed for it there.Wednesday, February 21, 2007 1:01 AM
-
Good job.Wednesday, February 21, 2007 1:34 AM
-
can u be more specific...wat kinda hardware r u going to handle...Wednesday, February 21, 2007 2:04 PM
-
keyboard ===> you have built in functions.
monitor ===> there are some built-in libraries that can help.
harddisk ===> built in functions.
com ports ===> port functions.
in short, refer to the instruction manual of the compiler. the best option is to start with TC. try searching in its in-built help.
Wednesday, February 28, 2007 7:00 PM -
Sanket, u forgot to mention abt the mouse functions v have...we can use bios interrupts to handle the mouse features...Tuesday, March 6, 2007 3:47 PM
-
to control the hardware thro c.. u have to use the port functions.. the interface is usually done thro a RS-232 cable which is a serial transmitting device.... the RS-232 works in a variety of voltage levels lik -3 t0 -23V and 3 to 25V... so u have to change to the voltage level required to by ur hardware... we have done a project of controlling appliances using C and VB...Wednesday, March 7, 2007 5:27 AM
-
A device driver, or a software driver is a specific type of computer software, typically developed to allow interaction with hardware devices.Saturday, March 10, 2007 8:50 AM