Skip to main content
Arduino

Return to Answer

This is an English only site. Removed non English text.
Source Link
Greenonline
  • 3.2k
  • 7
  • 36
  • 48

I had this problem with communication with Arduino Uno (I think that the Arduino Uno, and other boards, with this type of scheme, suffer this problem).

The DTR line on Arduino Uno is connected with RESET, including when you use the Arduino IDE Serial Monitor port, such that the parameter of DTR is false. Yeah, you can fix this with capacitor or catch place RESET EN on board. But when you set setting you can just write:

comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); 

The last parameter is DTR and its default is true, the second to last parameter is RTS (it defaults to true too). I set both thisof these parameters to false and my board readreads commands from the computer without resetting.

I write this for anotherother people who had this problem.

I had this problem with communication with Arduino Uno (I think that the Arduino Uno, and other boards, with this type of scheme, suffer this problem).

The DTR line on Arduino Uno is connected with RESET, including when you use the Arduino IDE Serial Monitor port, such that the parameter of DTR is false. Yeah, you can fix this with capacitor or catch place RESET EN on board. But when you set setting you can just write:

comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); 

The last parameter is DTR and its default is true, the second to last parameter is RTS (it defaults to true too). I set both this parameters to false and my board read commands from the computer without resetting.

I write this for another people who had this problem.

I had this problem with communication with Arduino Uno (I think that the Arduino Uno, and other boards, with this type of scheme, suffer this problem).

The DTR line on Arduino Uno is connected with RESET, including when you use the Arduino IDE Serial Monitor port, such that the parameter of DTR is false. Yeah, you can fix this with capacitor or catch place RESET EN on board. But when you set setting you can just write:

comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); 

The last parameter is DTR and its default is true, the second to last parameter is RTS (it defaults to true too). I set both of these parameters to false and my board reads commands from the computer without resetting.

I write this for other people who had this problem.

This is an English only site. Removed non English text.
Source Link

I had this problem with communication with Arduino Uno (I think that the Arduino Uno, and other boards, with this type of scheme, suffer this problem).

The DTR line on Arduino Uno is connected with RESET, including when you use the Arduino IDE Serial Monitor port, such that the parameter of DTR is false. Yeah, you can fix this with capacitor or catch place RESET EN on board. But when you set setting you can just write:

comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); 

The last parameter is DTR and its default is true, the second to last parameter is RTS (it defaults to true too). I set both this parameters to false and my board read commands from the computer without resetingresetting.

I write this for another people who had this problem.


Короче, пацантрэ, если у вас JSSC и arduino перезагружаются, не хотят работать, то нужно в настройке порта указать еще 2 параметра в конце это RTS и DTS как false и false. Теперь когда вы будете с ней общаться, то перезагружаться при получение команды она не будет. Ну или можете перерезать дорожку RESET EN или как написал этот буржуй поставить конденсатор.

I had this problem with communication with Arduino Uno (I think that the Arduino Uno, and other boards, with this type of scheme, suffer this problem).

The DTR line on Arduino Uno is connected with RESET, including when you use the Arduino IDE Serial Monitor port, such that the parameter of DTR is false. Yeah, you can fix this with capacitor or catch place RESET EN on board. But when you set setting you can just write:

comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); 

The last parameter is DTR and its default is true, the second to last parameter is RTS (it defaults to true too). I set both this parameters to false and my board read commands from the computer without reseting.

I write this for another people who had this problem.


Короче, пацантрэ, если у вас JSSC и arduino перезагружаются, не хотят работать, то нужно в настройке порта указать еще 2 параметра в конце это RTS и DTS как false и false. Теперь когда вы будете с ней общаться, то перезагружаться при получение команды она не будет. Ну или можете перерезать дорожку RESET EN или как написал этот буржуй поставить конденсатор.

I had this problem with communication with Arduino Uno (I think that the Arduino Uno, and other boards, with this type of scheme, suffer this problem).

The DTR line on Arduino Uno is connected with RESET, including when you use the Arduino IDE Serial Monitor port, such that the parameter of DTR is false. Yeah, you can fix this with capacitor or catch place RESET EN on board. But when you set setting you can just write:

comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); 

The last parameter is DTR and its default is true, the second to last parameter is RTS (it defaults to true too). I set both this parameters to false and my board read commands from the computer without resetting.

I write this for another people who had this problem.

Separated Russian and English and fixed grammar a bit (but some issues remain) and added code formatting.
Source Link
Greenonline
  • 3.2k
  • 7
  • 36
  • 48

i haveI had this problem with communication with arduino uno.Arduino Uno (I think this problem havethat the Arduino Uno, and another boardother boards, with this type of scheme, suffer this problem).

The DTR line on arduino UNO conectedArduino Uno is connected with RESET, including when you use including ARDUINOthe Arduino IDE Serial Monitor port param, such that the parameter of dtrDTR is false. Yeah, you can fix this with cappasitorcapacitor or catch place RESET EN on board. But when you set setting you can just write comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); Last parametr it's:

comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); 

The last parameter is DTR and its default his trueis true, the second to last parameter is RTS (default it's trueit defaults to true too). I set both this parametrsparameters to falsefalse and my board read commandcommands from the computer without reseting. Write

I write this for another people who had this problem. Короче


Короче, пацантрэ, если у вас JSSC и arduino перезагружаются, не хотят работать, то нужно в настройке порта указать еще 2 параметра в конце это RTS и DTS как false и false. Теперь когда вы будете с ней общаться, то перезагружаться при получение команды она не будет. Ну или можете перерезать дорожку RESET EN или как написал этот буржуй поставить конденсатор.

i have this problem with communication with arduino uno. (I think this problem have and another board with this type of scheme). DTR line on arduino UNO conected with RESET, when you use including ARDUINO IDE Monitor port param of dtr is false. Yeah, you can fix this with cappasitor or catch place RESET EN on board. But when you set setting you can just write comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); Last parametr it's DTR and default his true, second last is RTS (default it's true too). I set both this parametrs to false and my board read command from computer without reseting. Write this for another people who had this problem. Короче, пацантрэ, если у вас JSSC и arduino перезагружаются, не хотят работать, то нужно в настройке порта указать еще 2 параметра в конце это RTS и DTS как false и false. Теперь когда вы будете с ней общаться, то перезагружаться при получение команды она не будет. Ну или можете перерезать дорожку RESET EN или как написал этот буржуй поставить конденсатор.

I had this problem with communication with Arduino Uno (I think that the Arduino Uno, and other boards, with this type of scheme, suffer this problem).

The DTR line on Arduino Uno is connected with RESET, including when you use the Arduino IDE Serial Monitor port, such that the parameter of DTR is false. Yeah, you can fix this with capacitor or catch place RESET EN on board. But when you set setting you can just write:

comport3.setParams(9600, 8, 1, SerialPort.PARITY_NONE, false, false); 

The last parameter is DTR and its default is true, the second to last parameter is RTS (it defaults to true too). I set both this parameters to false and my board read commands from the computer without reseting.

I write this for another people who had this problem.


Короче, пацантрэ, если у вас JSSC и arduino перезагружаются, не хотят работать, то нужно в настройке порта указать еще 2 параметра в конце это RTS и DTS как false и false. Теперь когда вы будете с ней общаться, то перезагружаться при получение команды она не будет. Ну или можете перерезать дорожку RESET EN или как написал этот буржуй поставить конденсатор.

Source Link
Loading

AltStyle によって変換されたページ (->オリジナル) /