I want to use the fledge simulator scripting tool to run automated tests for my application. I'm looking for a way to simulate a usb connection programatically (same as through the simulator) . Is there a command that will allow me to do so?
Thanks for your help!
Use the /comm-cable-connected
option. You can see the complete list of options by running fledge /?
from the command line.