This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

rs232

I would like to program an 8051 development board using Keil and was wondering if it was at all possible to send a hex file (flash the ucontroller) via the rs232 serial com port. Could anyone tell me the options for doing this? Thanks

Parents
  • 89s2051 ... at89s4051. Is it possible? Or do I need a third party downloader?
    these Arghmel chips are "SPI ICP" and require FLIP (free) and a download cable (I believe $25) both available from Arghmel. Or you can make the cable yourself and come back here with a post "why does the cable I build from a working design I found in tjhe internot not work" It seems that all "internet available designs" have some flaw or other, otherwise there would not be 100s of posts "why does the cable I build not work" in the various fora. Oddly enough such threads often include posts "this design works for me" so it seems that building such and find it working for you will be the luck of the draw.

    If you change to RS232 ISP chips (e.g. P89V51RD2, P89C66x. P89LPC92x- up) you can programe via the serial port.

    Erik

Reply
  • 89s2051 ... at89s4051. Is it possible? Or do I need a third party downloader?
    these Arghmel chips are "SPI ICP" and require FLIP (free) and a download cable (I believe $25) both available from Arghmel. Or you can make the cable yourself and come back here with a post "why does the cable I build from a working design I found in tjhe internot not work" It seems that all "internet available designs" have some flaw or other, otherwise there would not be 100s of posts "why does the cable I build not work" in the various fora. Oddly enough such threads often include posts "this design works for me" so it seems that building such and find it working for you will be the luck of the draw.

    If you change to RS232 ISP chips (e.g. P89V51RD2, P89C66x. P89LPC92x- up) you can programe via the serial port.

    Erik

Children