Skip to main content
Visitor II
September 15, 2024
Solved

Using MacOS screen as serial terminal for my nucleo144-H743ZI2

  • September 15, 2024
  • 1 reply
  • 1872 views

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 ...

    This topic has been closed for replies.
    Best answer by dng8888

    Suddenly work.  No idea why.  Sorry.

    1 reply

    dng8888AuthorAnswer
    Visitor II
    September 15, 2024

    Suddenly work.  No idea why.  Sorry.