Re: How a micro-controller programmer works
- From: cs_posting@xxxxxxxxxxx
- Date: 28 Oct 2005 06:42:34 -0700
> Could someone describe to me how a microcontroller programmer can program
> a microchip, using RS232 signals. Taking a simple JDM programmer to
> program a PIC16C84, I don't understand how RTS and CTS signals, which are
> onnected to data and clock pins (RB6 and RB7, if I am right!) can send
> program to the chip. I am confused !
Not familiar with this specific product, but RTS and CTS are control
rather than data signals for the serial port, which can probably be set
under software control.
What it sounds like they are doing is not using the serial port for
it's designed asynchronous serial function at all, but rather using it
just to get two software controlled bits to bit-bang a synchronous
(data and seperate clock) serial signal that the PIC may more easily
handle - it's not RS232.
>>From the sound of it you could probably do the same thing using two
bits of a parallel port.
Unless the serial txd and rxd signals are also connected to something -
if that's so, then disregard this post.
.
- Follow-Ups:
- Re: How a micro-controller programmer works
- From: Jan-Hinnerk Dumjahn
- Re: How a micro-controller programmer works
- References:
- How a micro-controller programmer works
- From: nniakan
- How a micro-controller programmer works
- Prev by Date: How a micro-controller programmer works
- Next by Date: Re: IP addresses for embedded device with ethernet
- Previous by thread: How a micro-controller programmer works
- Next by thread: Re: How a micro-controller programmer works
- Index(es):
Relevant Pages
|