Programming the propeller chip TTL to USB
dr hydra
Posts: 212
I'm trying to use an arduino Uno as a TTL to usb device to program the propeller chip and I am having trouble understanding the DTR to reset role on the propeller chip. Is it as simple as putting the Arduino MEGA 328 chip into a reset (jumper wire from GND to Reset). Then connecting the propeller chip to the arduino RX/TX lines…making sure to use a voltage divide on the TX line. The DTR line seems to be available at the ICP1 port 4 on the arduino. Then I would connect that port to the reset of the propeller with 1M pulldown. Would that work? I’m guessing the Arduino would show up as a COM port in the propeller IDE
Comments
that would be the first thing to confirm...
ie Connect a terminal, reset the M328 and check you can
a) Echo bytes with bridged TX-RX
b) Change baud rates to Prop values & check they actually apply.
c) Wiggle DTR
If those pass, it is working as a General USB-UART bridge.