Index: book.withusb.new.xml
===================================================================
--- book.withusb.new.xml
+++ book.withusb.new.xml
@@ -6356,20 +6356,20 @@
This way only ensures that the device is detected, but
the device will not display in /dev/
as uslcom0. USB to UART devices
- usually show up as ttyUX where X is
- the number of device.
+ usually show up as ttyU
+ X where X is the number of
+ the device.
- To establish a connection through USB to UART, one can
- use thecu command. For example, if the
- device is shown up in /dev/ttyU0:
+ Usecu to establish a connection
+ through USB to UART. The following example connects to a
+ Beaglebone Black using a baud-rate of 115,200:
- &prompt.user;cu -l /dev/ttyU0 -s [speed]
+ &prompt.user;cu -l /dev/ttyU0 -s 115200
- Where speed is the baud-rate of
- the device which can be found on the device's
- manufacturing website. For BeagleBone Black, as an
- example, this is 115,200.
+ For other devices, replace the baud-rate with the one
+ typically found on the device vendor documentation or
+ website.
The GENERIC kernel includes
support for two serial ports using the same IRQ and port