summaryrefslogtreecommitdiff
path: root/converter/sun_usb
diff options
context:
space:
mode:
authorThomas Russell Murphy <thomas.russell.murphy@case.edu>2014-01-04 22:45:52 -0500
committertmk <nobody@nowhere>2014-01-07 11:03:18 +0900
commit3ee5f565ae98cc68b6dff24225b6f8f069f6e20d (patch)
treef6cbb6bf66c9189f44cd9b7b20c93f6888c05b4f /converter/sun_usb
parent6e9260cc176a77702b22381d01c59f0deafcb996 (diff)
Spellchecking converter README files.
Diffstat (limited to 'converter/sun_usb')
-rw-r--r--converter/sun_usb/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/sun_usb/README b/converter/sun_usb/README
index 7b4f95ca25..ee59fc757c 100644
--- a/converter/sun_usb/README
+++ b/converter/sun_usb/README
@@ -34,11 +34,11 @@ Connector
Protocol
--------
-Singnal: Asynchronous, Negative logic, 1200baud, No Flow control
+Signal: Asynchronous, Negative logic, 1200baud, No Flow control
Frame format: 1-Start bit, 8-Data bits, No-Parity, 1-Stop bit
AVR USART engine expects positive logic while Sun keyboard signal is negative.
- To use AVR UART engine you need exteral inverter in front of RX and TX pin.
+ To use AVR UART engine you need external inverter in front of RX and TX pin.
Otherwise you can software serial routine to communicate the keyboard.
This converter uses software method, you doesn't need any inverter part.