Question:

I want some source codes for Hardware programs in C-language(TURBO)?

by  |  earlier

0 LIKES UnLike

I want some source codes for Hardware programs in C-language(TURBO)?

 Tags:

   Report

3 ANSWERS


  1. Hello,

    If you mean that you're looking for some source code for "hardware programming", it can be divided to three different categories:

    1) If you want to write codes for known devices like a printer, scanner or ... you'd better follow the way to "working with DLLs (Dynamic Link Libraries)" which is useful and really all you need.

    2) If you want to write codes for a device which yourself has been created, like a robot, a toy car and so on you should learn how to use ports, memory and interrupts.

    3) If you want to write codes for a special device like MicroControllers and somethings like that, you should learn special C-language which has special commands and structures (but still is C).


  2. Cool. And I want some crispy chicken sandwiches. No lettuce.

  3. If I understand you correctly, you're asking for the source code for "drivers".  I don't think you'll get any because they are proprietary, and owned by the designing company (such as Hewlett Packard printer drivers for HP printers), etc.

    Just out of curiosity, why, exactly do you want the source code for these kinds of programs?

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.