Thread: Microcontroller Connections

  1. #1

    Microcontroller Connections

    How are microcontrollers connected to PC's to be programmed? Is there some special port thingy that comes with the microcontroller? If so, what kind of port does it connect to?
    What will people say if they hear that I'm a Jesus freak?
    What will people do if they find that it's true?
    I don't really care if they label me a Jesus freak, there is no disguising the truth!

    Jesus Freak, D.C. Talk

    -gnu-ehacks

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    It depends on a lot of things. If you are using a sophisticated system with an OS running in the target, then the connection may be with serial or network connection, an example of this would be programming a Windows CE system with MS Platform builder, you can compile and run a configuration on the products built in emulator, or download it and run it in the target controlling it from your PC, or download it and run it autonomously.

    More basic systems use a special piece of hardware that connects to your host by whatever means are available, serial, parallel or network - depends on the machine, (more likely, the age of the machine). This hardware can "blow" a PROM or a gate array in an associated chip which the uC uses, or directly into part of the uC itself.

    For most modern uC's, you tend to buy the development system from the chip manufacturer, although there are a few third party systems around, particulaly for blowing PROM's.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 11
    Last Post: 02-18-2009, 06:10 AM
  2. Persistent connections
    By Niara in forum Networking/Device Communication
    Replies: 6
    Last Post: 09-25-2007, 05:27 AM
  3. Select handling more then 500 connections
    By Chronom1 in forum Networking/Device Communication
    Replies: 5
    Last Post: 02-27-2005, 03:20 PM
  4. WinXP Network Connections pop-up
    By DavidP in forum Tech Board
    Replies: 1
    Last Post: 10-02-2002, 05:36 PM
  5. Multiple Client Connections
    By (TNT) in forum Windows Programming
    Replies: 1
    Last Post: 04-06-2002, 11:04 PM