comparison doc/lispref/processes.texi @ 101048:7032cf629168

(Serial Ports): Improve wording, suggested by RMS.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Jan 2009 12:33:47 +0000
parents cb5d2387102c
children 7df4a8db7fec
comparison
equal deleted inserted replaced
101047:410afcdc0f01 101048:7032cf629168
2504 at a few defined values between 1200 and 115200, with 9600 being the 2504 at a few defined values between 1200 and 115200, with 9600 being the
2505 most common value. If @var{speed} is @code{nil}, the function ignores 2505 most common value. If @var{speed} is @code{nil}, the function ignores
2506 all other arguments and does not configure the port. This may be 2506 all other arguments and does not configure the port. This may be
2507 useful for special serial ports such as Bluetooth-to-serial converters 2507 useful for special serial ports such as Bluetooth-to-serial converters
2508 which can only be configured through AT commands sent through the 2508 which can only be configured through AT commands sent through the
2509 connection. You can use the value of @code{nil} for @var{speed} only 2509 connection. The value of @code{nil} for @var{speed} is valid only for
2510 for connections that are already open by a previous call to 2510 connections that were already opened by a previous call to
2511 @code{make-serial-process} or @code{serial-term}. 2511 @code{make-serial-process} or @code{serial-term}.
2512 2512
2513 @item :bytesize @var{bytesize} 2513 @item :bytesize @var{bytesize}
2514 The number of bits per byte, which can be 7 or 8. If @var{bytesize} 2514 The number of bits per byte, which can be 7 or 8. If @var{bytesize}
2515 is not given or @code{nil}, it defaults to 8. 2515 is not given or @code{nil}, it defaults to 8.