How to handle hardware through C
-
Dienstag, 20. Februar 2007 17:36
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.
Alle Antworten
-
Dienstag, 20. Februar 2007 18:34
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.
-
Dienstag, 20. Februar 2007 20:34
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.
-
Dienstag, 20. Februar 2007 20:36U can use the book "TCR through C" for reference
-
Mittwoch, 21. Februar 2007 01:01the latest version of K&R c has some references relatod to this.u will find all the books needed for it there.
-
Mittwoch, 21. Februar 2007 01:34Good job.
-
Mittwoch, 21. Februar 2007 14:04can u be more specific...wat kinda hardware r u going to handle...
-
Mittwoch, 28. Februar 2007 19:00
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.
-
Dienstag, 6. März 2007 15:47Sanket, u forgot to mention abt the mouse functions v have...we can use bios interrupts to handle the mouse features...
-
Mittwoch, 7. März 2007 05:27to 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...
-
Samstag, 10. März 2007 08:50A device driver, or a software driver is a specific type of computer software, typically developed to allow interaction with hardware devices.