2024-09-14 09:39 PM
Trying to do this.
Whilst it can connect using the serial port, nothing come out. I suspect is that whenever I try to recycle the power (seems no other way to activate the firmware), the /dev/cu* is lost. Hence, whilst this command is ok after the recycle it is too late for the microcontroller ... The program function all good like I2C etc. as my I2C monitor can be displayed. Just no serial.
screen /dev/cu.usbmodem11303 115200 -L
warning message as below indicating some issue.
Target is not responding, retrying...
Shutting down...
libusb: error [submit_bulk_transfer] bulk transfer failed (dir = Out): no connection to an IOService (code = 0xe00002c0)
Exit.
libusb: error [submit_bulk_transfer] bulk transfer failed (dir = Out): no connection to an IOService (code = 0xe00002c0)
libusb: warning [darwin_close] USBDeviceClose: no connection to an IOService
But I have to recycle the device, what can I do ...
Solved! Go to Solution.
2024-09-14 11:16 PM
Suddenly work. No idea why. Sorry.
2024-09-14 11:16 PM
Suddenly work. No idea why. Sorry.