arduino-create-agent
arduino-create-agent copied to clipboard
Does this agent support DTR and RTS Control
Is there anyway to control those signals, as they are used commonly with resetting boards.
This surprise me when there is no reset function in the agent.
@curlyz
There is no reset button in the regular IDE either. However the software itself does perform a reset after upload is complete.
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.
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.