required uart pins?

Hi,
I try to interface a fasttrack supreme GPRS modem via UART: Using a 9-pole connector from a PC everything works well but using only 3 pins (RxD, TxD, …) from a uC I don’t get any data. Is it possible that some kind of flow control is required for interfacing and that communication will only work with the 9-pole connector?

thanks,
Niko

Yes it is - search for the word “mandatory” in the Fastrack Supreme Manual

It can be fooled - provided you’re sure that your comms will work without flow-control:

See: viewtopic.php?f=3&t=419&p=3498&hilit=rts+cts#p3498

But note that you must have hardware flow-control for downloading:
viewtopic.php?p=6344#6344

I tried to loop back RTS to CTS as described in your link. However, as soon as RTS and CTS are connected all lines have zero potential. Before only inputs had 0V to GND and outputs had +6V or -6V to GND. After connecting all lines (incl. RTS and CTS) have 0V to GND. Do have an explanation for that?