[vbox-dev] host serial port support on linux hosts
Alexander Eichner
alexeichi at yahoo.de
Wed Aug 8 01:44:46 PDT 2007
Hi,
the attached patch adds host serial port support on linux hosts.
To enable it use the following commands:
VBoxManage setextradata "YourVM"
"VBoxInternal/Devices/serial/0/Config/IRQ" 4
VBoxManage setextradata "YourVM"
"VBoxInternal/Devices/serial/0/Config/IOBase" 0x3f8
VBoxManage setextradata "YourVM"
"VBoxInternal/Devices/serial/0/LUN#0/Driver" "Host Serial"
VBoxManage setextradata "YourVM"
"VBoxInternal/Devices/serial/0/LUN#0/Config/DevicePath" DevicePath
(for example /dev/ttyS0 for the first serial port (COM1))
be sure to have read/write permissions on the device file.
I'm able to program my Asuro robot on an windows guest (it's a little
bit slow but it works).
The patch is licensed under the MIT license.
Kind regards,
Alexander Eichner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vbox-hostserial-linux.patch
Type: text/x-patch
Size: 21735 bytes
Desc: not available
Url : http://www.virtualbox.org/pipermail/vbox-dev/attachments/20070808/15e69a4b/attachment-0001.bin
More information about the vbox-dev
mailing list