-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 2000: serial port not working #652
Comments
I studied COM port detection in Windows 2000 SP4 on v86 and did not find any anomalies. Both seabios and ntdetect.com correctly find COM1 port. I changed uart.js to log every IO operation on serial ports and set Below is annotated log. This is the full log, there is no other COM port activity beyond SeaBIOS:serial_setup and ntdetect.com:GetComportInformation.
|
Probably related to #610. A PR would welcome. |
How to reproduce:
type com1
I get this error:
The system cannot find the file specified.
This shouldn't be happening if COM1 is available.
The text was updated successfully, but these errors were encountered: