arduino-create-agent icon indicating copy to clipboard operation
arduino-create-agent copied to clipboard

Does this agent support DTR and RTS Control

Open kammce opened this issue 6 years ago • 4 comments
trafficstars

Is there anyway to control those signals, as they are used commonly with resetting boards.

kammce avatar Oct 12 '19 16:10 kammce

This surprise me when there is no reset function in the agent.

curlyz avatar May 04 '21 01:05 curlyz

@curlyz

There is no reset button in the regular IDE either. However the software itself does perform a reset after upload is complete.

BallscrewBob avatar May 04 '21 03:05 BallscrewBob

The crazy thing is that it doesn't on my Nano. The IDE do reset , but Arduino Cloud Editor doesn't, I thought maybe the team forgot to integrate it with the Agent, and nope, the Agent doesn't have the method for that. I think this is just the command line data passthrough the agent missing that reset parameter. Gonna investigate later.

curlyz avatar May 04 '21 04:05 curlyz

I have traceback the problem to the fact that MacOS used /dev/tty and /dev/cu. When device plugged in, /tty/port and /cu/port show up. The /cu can't reset the board. And it is listed by the agent as default.

curlyz avatar May 04 '21 23:05 curlyz