International Electronics and Technology Forum
May 21, 2012, 01:48:49 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How are various electronics like air conditioner and cell phone programmed?  (Read 316 times)
rocco_coco
Newbie
*
Posts: 3


« on: July 16, 2011, 06:24:44 AM »

I know that every device that is controlled by remote control has a microcontroller, and cell phone has an operating system, but how is that operating system written? In c++, on Windows, how do they make it work on cell phone with tiny processor?
Logged
justme
Newbie
*
Posts: 8


« Reply #1 on: July 16, 2011, 07:21:07 AM »

Not every electronic device uses an operating system. for instance a tv remote would not. for things like this, the code is usually written in either C or assembly. You use an IDE to write the code for the type of micro you are targeting, then program it into the micro or an EEPROM. Those tiny processors are quite powerful these days. I have an 8 bit micro capable of doing TCP/IP for 5 connections, without using an operating system.

Devices that use an operating system usually are written in C or C++ and usually use linux, or windows CE, OS.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.13 | SMF © 2006-2011, Simple Machines LLC | Privacy Policy Valid XHTML 1.0! Valid CSS!