<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Alexander.<br>
<br>
Thanks for another very useful contribution from you! We will add it to
SVN soon.<br>
<br>
Alexander Eichner wrote:
<blockquote cite="mid1186562686.21596.5.camel@Asgard" type="cite">
  <pre wrap="">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


  </pre>
  <pre wrap="">
<hr size="4" width="90%"></pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Kind regards / mit freundlichen Gruessen / Met vriendelijke groet
  Sander van Leeuwen

innoTek GmbH
<a class="moz-txt-link-freetext" href="http://www.innotek.de">http://www.innotek.de</a>
Germany </pre>
</body>
</html>