Changeset 99797 in vbox for trunk/doc/manual/en_US/dita/topics/serialports.dita
- Timestamp:
- May 15, 2023 5:27:56 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/serialports.dita
r99497 r99797 3 3 <topic xml:lang="en-us" id="serialports"> 4 4 <title>Serial Ports</title> 5 5 6 6 <body> 7 7 <p> 8 Oracle VM VirtualBoxsupports the use of virtual serial ports in a8 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> supports the use of virtual serial ports in a 9 9 virtual machine. 10 10 </p> … … 36 36 </p> 37 37 <p> 38 You can use either the Settings tabs or the 39 <userinput>VBoxManage</userinput> command to set up virtual serial 40 ports. For the latter, see <xref href="vboxmanage-modifyvm.dita"/> 41 for information on the <codeph>--uart</codeph>, 42 <codeph>--uart-mode</codeph> and <codeph>--uart-type</codeph> 43 options. 38 You can use either the Settings tabs or the <userinput>VBoxManage</userinput> command to set 39 up virtual serial ports. For the latter, see <xref href="vboxmanage-modifyvm.dita"/> for 40 information on the <codeph>--uart</codeph>, <codeph>--uart-mode</codeph> and 41 <codeph>--uart-type</codeph> options. 44 42 </p> 45 43 <p> … … 98 96 <codeph>COM1</codeph>. On Linux or Oracle Solaris hosts, 99 97 it will be a device node like 100 <filepath>/dev/ttyS0</filepath>. Oracle VM VirtualBoxwill then98 <filepath>/dev/ttyS0</filepath>. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will then 101 99 simply redirect all data received from and sent to the 102 100 virtual serial port to the physical device. … … 105 103 <li> 106 104 <p><b outputclass="bold">Host Pipe:</b> Configure 107 Oracle VM VirtualBoxto connect the virtual serial port to a105 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> to connect the virtual serial port to a 108 106 software pipe on the host. This depends on your host OS, 109 107 as follows: … … 126 124 domain socket is used instead. The socket filename 127 125 must be chosen such that the user running 128 Oracle VM VirtualBoxhas sufficient privileges to create and126 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> has sufficient privileges to create and 129 127 write to it. The <filepath>/tmp</filepath> directory 130 128 is often a good candidate. … … 139 137 </ul> 140 138 <p> 141 In this case, you can configure whether Oracle VM VirtualBox139 In this case, you can configure whether <ph conkeyref="vbox-conkeyref-phrases/product-name"/> 142 140 should create the named pipe, or the local domain socket 143 non-Windows hosts, itself or whether Oracle VM VirtualBoxshould141 non-Windows hosts, itself or whether <ph conkeyref="vbox-conkeyref-phrases/product-name"/> should 144 142 assume that the pipe or socket exists already. With the 145 143 <userinput>VBoxManage</userinput> command-line options, this … … 158 156 useful for capturing diagnostic output from a guest. Any 159 157 file may be used for this purpose, as long as the user 160 running Oracle VM VirtualBoxhas sufficient privileges to create158 running <ph conkeyref="vbox-conkeyref-phrases/product-name"/> has sufficient privileges to create 161 159 and write to the file. 162 160 </p> … … 211 209 </p> 212 210 </body> 213 211 214 212 </topic>
Note:
See TracChangeset
for help on using the changeset viewer.