[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v |
Date: |
Tue, 21 Oct 2008 20:10:47 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Eli Zaretskii <eliz> 08/10/21 20:10:47
Index: processes.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/processes.texi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- processes.texi 21 Oct 2008 14:41:12 -0000 1.11
+++ processes.texi 21 Oct 2008 20:10:47 -0000 1.12
@@ -2356,6 +2356,7 @@
@section Communicating with Serial Ports
@cindex @file{/dev/tty}
@cindex @file{COM1}
address@hidden serial connections
Emacs can communicate with serial ports. For interactive use,
@kbd{M-x serial-term} opens a terminal window. In a Lisp program,
@@ -2497,15 +2498,15 @@
buffer's process is used.
@item :speed @var{speed}
-The speed of the serial port in bits per second, also called @dfn{baud
-rate}. Any value can be given for @var{speed}, but most serial ports
-work only at a few defined values between 1200 and 115200, with 9600
-being the most common value. If @var{speed} is @code{nil}, the serial
-port is not configured any further, i.e., all other arguments are
-ignored. This may be useful for special serial ports such as
-Bluetooth-to-serial converters which can only be configured through AT
-commands sent through the connection. A value of @code{nil} for
address@hidden can be used only for connections already opened by
+The speed of the serial port in bits per second, a.k.a.@: @dfn{baud
+rate}. The value can be any number, but most serial ports work only
+at a few defined values between 1200 and 115200, with 9600 being the
+most common value. If @var{speed} is @code{nil}, the function ignores
+all other arguments and does not configure the port. This may be
+useful for special serial ports such as Bluetooth-to-serial converters
+which can only be configured through AT commands sent through the
+connection. You can use the value of @code{nil} for @var{speed} only
+for connections that are already open by a previous call to
@code{make-serial-process} or @code{serial-term}.
@item :bytesize @var{bytesize}
- [Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v, Eli Zaretskii, 2008/10/14
- [Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v, Eli Zaretskii, 2008/10/14
- [Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v, Eli Zaretskii, 2008/10/19
- [Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v, Eli Zaretskii, 2008/10/20
- [Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v, Eli Zaretskii, 2008/10/21
- [Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v,
Eli Zaretskii <=
- [Emacs-diffs] Changes to emacs/doc/lispref/processes.texi,v, Chong Yidong, 2008/10/28