Device misdetected as serial mouse

前端 未结 9 1613
囚心锁ツ
囚心锁ツ 2020-12-24 05:59

I\'m working on a device which communicates with a PC through a (virtual) serial port. The problem is that the data we are sending occasionally gets incorrectly identified b

9条回答
  •  轮回少年
    2020-12-24 06:23

    I have encountered this Windows bug myself. Here is my own research on the topic:

    Microsoft acknowledges this bug: http://support.microsoft.com/kb/819036 Start with downloading their tool and see if it solves the issue.

    • Download & install their program.
    • Run it from the command prompt from C:\program\Microsoft comdisable\
    • Write comdisable /list when executing the program.
    • All ports on the computer will be shown.
    • Write comdisable /disable COMx where x is the port number.
    • Do this for all ports on the computer.
    • Reboot.

    This should hopefully work as an universal solution.

    Alternatively, you can hack in boot.ini but I don't believe this works in Vista/Win 7. I have some app note from Cisco systems describing how to do this. If the above doesn't solve your problem, please let me know.

提交回复
热议问题