You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Is there anyway to control those signals, as they are used commonly with resetting boards.
The text was updated successfully, but these errors were encountered: