Re: How a micro-controller programmer works



> 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.

.



Relevant Pages

  • Re: DAQ Circuit Diagram for Matlab
    ... this sampling must be performed over a serial port, ... Another method is to use a UART chip, ... As far as reading the signals that the device is sending to the PC, ... The TLC548 ADC chip needs a pulse train for the i/o clock. ...
    (comp.soft-sys.matlab)
  • Re: Real Time Embedded Systems Monitor in Python?
    ... it involves setting up a real time monitor / signal injector in ... sends signals to the CPU board. ... application monitor would use a COM port to send and receive ... So that you have to handle an upstream and downstream serial port? ...
    (comp.lang.python)
  • Re: [opensuse] Time stability
    ... The reason for the serial port is that there is a pulse-per-second ... signal that tells when certain calculations in the receiver were done. ... gpsd appears to know about PPS signals. ... The GPS will give bad/old/misc times when there are no receivers. ...
    (SuSE)
  • Re: Converting Signal from Polar Heart Rate Monitor
    ... I'm trying to design a circuit to input a signal from a Polar heart ... convert the result to an appropriate ASCII and send it to the serial port. ... converters with charge pumps put jitter on the pulse. ... presense of signals on the handshake lines. ...
    (sci.electronics.design)
  • Re: Problems interfacing PIC UART to PC Serial Port
    ... >> understand why I can not communicate with my PC serial port out of the ... >> I'm sure I have all the connections correct, TX on the pic to RX on ... I'm losing my mind here trying to debug this. ... These signals are only needed if you use a brain-dead PC program like ...
    (comp.arch.embedded)