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
Built samples/subsys/usb/cdc_acm_composite with -DBOARD=nrf52840_pca10056 and verified that ttyACM0 and ttyACM1 appeared. ttyACM0 contains debug logs. ttyACM1 is silent. Hooked up GDB and found that the main loop is stuck waiting for DTR from CDC_ACM_1, even though minicom is connected and even though it had caught the DTR from CDC_ACM_0.
The text was updated successfully, but these errors were encountered:
It was just me misunderstanding the sample - I thought ttyACM0 and ttyACM1 were supposed to communicate, but since I had the console on a USB UART as well, it actually created three ttyACMs. Communication worked fine between ttyACM1 and ttyACM2...
Built
samples/subsys/usb/cdc_acm_composite
with-DBOARD=nrf52840_pca10056
and verified thatttyACM0
andttyACM1
appeared.ttyACM0
contains debug logs.ttyACM1
is silent. Hooked up GDB and found that the main loop is stuck waiting for DTR fromCDC_ACM_1
, even though minicom is connected and even though it had caught the DTR fromCDC_ACM_0
.The text was updated successfully, but these errors were encountered: