VirtualBox

Changeset 55288 in vbox for trunk/doc


Ignore:
Timestamp:
Apr 15, 2015 2:46:04 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99607
Message:

doc/manual: changelog and document cleanup the documentation of the new TCP backend for serial ports

Location:
trunk/doc/manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_BasicConcepts.xml

    r55259 r55288  
    11791179
    11801180              <listitem>
    1181                 <para>TCP Socket: useful for forwarding serial traffic over TCP/IP, acting as a server,
    1182                    or it can act as a TCP client connecting to other servers.
    1183                    It allows remote machine to connect via TCP directly to guest's serial port.
     1181                <para>TCP Socket: Useful for forwarding serial traffic over TCP/IP,
     1182                  acting as a server, or it can act as a TCP client connecting to other
     1183                  servers. It allows a remote machine to directly connect to the guest's
     1184                  serial port via TCP.
    11841185                </para>
    1185                 <para>TCP Server: use "create socket" mode, and type in only the <emphasis role="bold">
    1186                   <computeroutput>port</computeroutput></emphasis> number.
    1187                    Typically 23 or 2023. Note that on UNIX-like systems you will have to use port
    1188                    number over 1024 for normal users.
    1189                 </para>
    1190                 <para>
    1191                    The client can use software such as "Putty" or command-line "telnet" to access TCP Server.
    1192                 </para>
    1193                 <para>TCP Client: to create a virtual null-modem cable over the Internet or LAN,
    1194                    the other side can connect via TCP by specifying <emphasis role="bold">
    1195                    <computeroutput>hostname:port</computeroutput></emphasis>.
    1196                    TCP socket will act in client mode, if you remove "create socket" mode.
    1197                 </para>
     1186                <itemizedlist>
     1187                  <listitem>
     1188                    <para>TCP Server: Uncheck the
     1189                      <emphasis>Connect to existing pipe/socket</emphasis> checkbox and specify
     1190                      the <emphasis role="bold"><computeroutput>port</computeroutput></emphasis>
     1191                      number. Typically 23 or 2023. Note that on UNIX-like systems you will
     1192                      have to use a port a number greater than 1024 for regular users.
     1193                    </para>
     1194                    <para>
     1195                      The client can use software such as <computeroutput>PuTTY</computeroutput>
     1196                      or the <computeroutput>telnet</computeroutput> command line
     1197                      tool to access the TCP Server.
     1198                    </para>
     1199                  </listitem>
     1200                  <listitem>
     1201                    <para>TCP Client: To create a virtual null-modem cable over the Internet or
     1202                      LAN, the other side can connect via TCP by specifying <emphasis role="bold">
     1203                      <computeroutput>hostname:port</computeroutput></emphasis>. The TCP socket
     1204                    will act in client mode if check the <emphasis>Connect to existing pipe/socket</emphasis>
     1205                    checkbox.
     1206                    </para>
     1207                  </listitem>
     1208                </itemizedlist>
    11981209              </listitem>
    11991210
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r55275 r55288  
    134134      <listitem>
    135135        <para>3D: fixed a possible memory leak in the host service</para>
     136      </listitem>
     137
     138      <listitem>
     139        <para>Serial: new backend TCP/IP backend (see <xref linkend="serialports"/>)</para>
    136140      </listitem>
    137141
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette