Closed Kuantronic closed 2 years ago
I figured out the COM port problem. Just needed to double press the reset button to set it in bootloader mode. But I still can't seem to get the example code to display my mouse inputs to the SAMD51.
well, the debugging messages come out on Serial1 (rx/tx), so you have to have something connected there. I have another Nano with rx/tx cross connected to the nano being the USB host device. the reporting nano is running the receiver sketch from the Serial examples https://docs.arduino.cc/tutorials/nano-33-iot/UART
Serial (the usb port) , is in host mode, waiting for a client device to connect... the PC is ALSO in host mode.
I'm using the SAMD51 MicroMod with the ATP Carrier board. When the default MouseController example sketch is uploaded, the board is no longer detected by my PC. Is there a way to get it show on the COM port so I can upload new sketches??