Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in advance.
Kind regards,
Christian
Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in advance.
Kind regards,
Christian
Hi Christian,
Could you try:
cdc_acm_line_ctrl_set(dev,USB_CDC_LINE_CTRL_BREAK,0);
Regards,
Priyanka
Hello,
many thanks for the hint.
It looks like that it is only available for USB_DEVICE_STACK_NEXT, which is still experimental.
Is there also a way to create a UART_LINE_CTRL_BREAK with the "old" USB_DEVICE_STACK?
Kind regards,
Christian
Hello,
many thanks for the hint.
It looks like that it is only available for USB_DEVICE_STACK_NEXT, which is still experimental.
Is there also a way to create a UART_LINE_CTRL_BREAK with the "old" USB_DEVICE_STACK?
Kind regards,
Christian