Autoreset via rts/cts

Hi, I am using a bluetooth module (a transparent uart with rts/cts).
Would it be possible to set, within the IDE, which uart signal I want to use for the autoreset (rts, cts, dtr..) ?
P.

Would it be possible to set, within the IDE, which uart signal I want to use for the autoreset (rts, cts, dtr..) ?

The Arduino platform uses both RTS and DTR signals to handle the auto-reset function. Either one can be used down at the board level. The task of initiating auto-reset use to be handled directly inside the IDE software, but in recent IDE versions it has been transferred to AVRDUDE to initiate the function prior to uploading.

Lefty