-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] The COM port is not detected #99
Comments
From mathieu....@gmail.com on August 12, 2011 05:05:12 It seems that changing the COM port number in the device manager is another work around. |
From mathieu....@gmail.com on October 10, 2011 11:47:59 The problem occurs for serial ports >= COM10. The work around is to use a com port from COM1 to COM9. |
From mathieu....@gmail.com on October 11, 2011 00:09:27 Solution: "To specify a COM port number greater than 9, use the following syntax: ".\COM10". This syntax works for all port numbers and hardware that allows COM port numbers to be specified." Source: http://msdn.microsoft.com/en-us/library/windows/desktop/aa363858%28v=vs.85%29.aspx |
From mathieu....@gmail.com on October 11, 2011 09:47:52 Status: Fixed |
From mathieu....@gmail.com on December 19, 2011 09:14:56 Status: Verified |
From mathieu....@gmail.com on June 14, 2011 08:33:59
As a work around, check the proper COM port in the device manager, and write it in the combo-box.
Original issue: http://code.google.com/p/diyps3controller/issues/detail?id=97
The text was updated successfully, but these errors were encountered: