Hi, I'm new in Arduino. I'm trying to use Python pySerial to catch data from Arduino Duemilanove compatible board (ATmega 328, usb, auto reset) and I have the following problem: When I open serial monitor, it resets the board and then data flows ok. When I open the COM port with pySerial (or Realterm or Tera Term), the board is in permanent reset - code not running, processor reset pin is low. I'm trying to setDTR(False), setDTR(True) but nothing works... (Vista 64, python 2.5)
What's wrong?