Programing only using the serial port
shaunak
Posts: 8
Hi,
Is it possible to program the propeller just using the serial port?
I am evaluating the propeller chip, but do not want to invest in a USB plug right away. From the data sheet I gather that it is possible, but someone mentioned that this method is prone to problems.
I also believe that it is possible to program the chip by writing the HEX directly onto the EEPROM. [I have a standalone device to program memories] Is this a viable alternative? Does the IDE allow this (make it painless enough?)
Thanks,
Shaunak
Is it possible to program the propeller just using the serial port?
I am evaluating the propeller chip, but do not want to invest in a USB plug right away. From the data sheet I gather that it is possible, but someone mentioned that this method is prone to problems.
I also believe that it is possible to program the chip by writing the HEX directly onto the EEPROM. [I have a standalone device to program memories] Is this a viable alternative? Does the IDE allow this (make it painless enough?)
Thanks,
Shaunak
Comments
The IDE allows you to save an EEPROM image (.EEPROM) which you can then use with an EEPROM programmer to transfer it to an EEPROM. It's not HEX format. I don't consider this a "viable" alternative ... it's possible, but not straightforward. I strongly suggest using either the 3-transistor circuit I've referenced or something like the PropPlug. That's what the IDE is designed for and anything else is awkward at best.
Look at this link - Serial PropPlug
Building the three transistor serial cable surely looks like the way to go for me right now. Thanks for the link.
I will also investigate the possibility of using the MAX232 for the purpose of level shifting. [edit: MAX3232 ]
See the "SerPlug" link in my signature
Regards,
Bill
Edit: I found this post, might be useful to anyone searching - http://forums.parallax.com/showthread.php?116539-3.00-programming-cable-hack&p=849853&viewfull=1#post849853