Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
hi,I am a Beng Electronic student and I am doing project on a microcontroller-based tachimeter.Please help me to find source codes in c or c++ to program the microcontroller.Indeed I am using a ATM 80C51 microcontroller.Thanks in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 26-Feb-13 20:30pm    
Please don't post non-answers as "solution". It can give you abuse reports which eventually may lead to cancellation of your CodeProject membership.
Comment on any posts, reply to available comments, or use "Improve question" (above).
Also, keep in mind that members only get notifications on the post sent in reply to there posts.
—SA

1 solution

You don't need to "find source codes", you need to write this code. Microcontroller is not a protocol or data standard where you really may need to search for ready-to-use implementations, its a controller with architecture, instruction set, etc. Engineering work is not done by copy and paste. You will find enough information: http://bit.ly/W4FGyK[^].

If you also need some programming skills, it would be to hard to help you. Asking a question won't be enough, it takes systematic work. At least don't try to find all in one place. Use languages and programming techniques separately, particular controllers and acquire other technical knowledge separately, put it together by yourself.

—SA
 
Share this answer
 
v2
Comments
Mohibur Rashid 20-Feb-13 22:50pm    
agreed
Sergey Alexandrovich Kryukov 21-Feb-13 0:33am    
Thank you, Mohibur.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900