This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

multiple nRF52840's USB CDC ACM instances

Hi, a question may need your kind help. Just wonder if nRF52840's USB CDC ACM could support multiple instances? For example, would it support CLI as well as an another serial instance like for AT command? If could , how could I get these? Many thanks.

Parents
  • Hi ovrebekk,

    Thanks. Got it. Actually today I also figured it out just like what you are instructing. Anyway appreciate. 

    Btw, could we let the windows/linux enumerate the virtual com ports with some customised name, but not as below? Because,  in my situation, there would be one serial port(device) acting as AT command interface and the other working with CLI&Log. Some bit silly thought, for example, could I have the displaying name as "USB Serial Device_AT (COM10)", "USB Serial Device_CLIandLog(COM9). 

  • Hi 

    Good question. I have been digging into the code for a while without finding a way to do this, and the developer didn't know either. 

    It might be possible to link to a user string in the interface descriptor iInterface field, but I need some more time to try this out. I will try to get back to you on this by Monday next week. 

    Best regards
    Torbjørn

Reply Children
Related