UM232R USB-serial adapter
ascoetzee
Posts: 3
Hi
I'm wanting to get started in Propeller development, and I'm putting together a list of what I need to get.
I have a UM232R USB-Serial development module and I wondered if anyone has used this for programming a Propeller, instead of a prop-clip or similar?
Thanks
Anton
I'm wanting to get started in Propeller development, and I'm putting together a list of what I need to get.
I have a UM232R USB-Serial development module and I wondered if anyone has used this for programming a Propeller, instead of a prop-clip or similar?
Thanks
Anton
Comments
I don't know this type. If it is a simple USB2RS232-converter it should work.
I used a usb2rs323conv. from digitus. On my PC it worked well. on my laptop unreliable.
the main chip of the digitus is from manufacturere prolific
Converters with a FTDI-chip seem to work much better. (the parallax-converters use them too.
To connect directly to a propeller you need a voltage-levelshifter. standard RS232 is +12V/-12V
For example the MAX2323 which is for supplying with 3V and signals of 3V on the propellerside
can do the levelshifting from +12V/-12V to 0V/3.3V
for a superminimum start you just need a proppellerchip, 5MHz chrystal, 32kB EEPROM RS232 interface
that's all
best regards
Stefan
I'ts a USB-serial UART interface with configurable 1.8-5v logic output, mad by FTDI.
http://www.ftdichip.com/Products/EvaluationKits/UM232R.htm
With what you say, then it looks like it should work OK.
Anton
It's also important that you set the module to 3.3V output level (not 5V).
Andy
thank you very much for adding this info ! VERY important !
Without the reset circuit communciation would not work at all
best regards
Stefan
I made a prop clip compatible module with this same FTDI module some time ago in a protoboard.
The PDF attached is my schematic of the connections between the module and the Prop. It generates the reset signal using DTR# pin, a transistor and one resistor as Arriba wrote. Also it have two fancy leds for in & out data transmission between PC and prop.
To make the leds and DTR# signal to work, you have to program the FTDI chip using the MPROG utility program (from FTDI web site) taking care to not using the D2XX driver , because it didn't work with the Propeller tool or Prop Terminal.
Also you can change the windows descriptor of the module that shows when you connect to PC.
In the attached image you can see my configuration.
Be lucky!
Gatuno.
if you use MPROG anyway, you can also invert the DTR output signal, and spare the Transistor circuit.
Then only a Captacitor is needed:
I think it works also without the capacitor, if you only use PST and PropTool. But most other serial Terminals have the DTR in wrong state, and the 10nF lets then only the transitions at DTR pass to the Reset input.
Andy