Other Parts Discussed in Thread: TUSB8040
Hello team,
TUSB8041 connects to USB device on downstream port and Windows PC on upstream port.
I faced an issue that COM port number assigned on Windows PC changes if I change a board to another. This phenomenon wasn’t observed when I used TUSB8040.
I suspect it may be because serial number of TUSB8041 changes when changing a board, then Windows misunderstands that other device is connected and assign different COM port number.
Looking at TUSB8040 datasheet and TUSB8041 datasheet, I found below differences regarding serial number setting.
TUSB8040: customSernum=1, SerNumStringLen=0
TUSB8041: customSernum=0, SerNumStringLen=24
SerNumStringLen is set to 0 as default on TUSB8040, so serial number is not supported. Therefore I guess COM port number didn’t change with TUSB8040 when changing boards.
I have questions as below.
Is above my guess correct? Or is there any other possible cause?
Can I think TUSB8041 become equivalent setting with TUSB8040 regarding serial number if we set customSernum=1 and SerNumStringLen=0 on TUSB8041?
Best regards,
Taketo Sato