According to https://www.virtualbox.org/ticket/6421
Trying to map a COM port higher than COM9 in virtual box will result in this error:
(VERR_FILE_NOT_FOUND).
Details:
Fehlercode: E_FAIL (0x80004005)
Komponente: Console
Interface: IConsole {6375231a-c17c-464b-92cb-ae9e128d71c3}
The solution is to give the full path:
COM12 would be \\.\COM12.
No comments:
Post a Comment