From 1096c8b426438e29b0556e1317eb981a48246fb9 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Mon, 23 Sep 2013 11:33:03 +0200 Subject: doc: Fix typo --- doc/mkii | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/mkii') diff --git a/doc/mkii b/doc/mkii index dea18ed..f18f5b3 100644 --- a/doc/mkii +++ b/doc/mkii @@ -27,7 +27,7 @@ Over usb are used only these functions for communication: usb_bulk_write (ep=1, timeout=5000) usb_bulk_read (ep=129, timeout=5000) -For every (request) message which is send by host, server send back responce. +For every (request) message which is send by host, server send back response. Format of message every message is same. It has 6 bytes header and (at least) 4 bytes body. @@ -43,7 +43,7 @@ BODY 4 bytes -- type of message N bytes -- data -Reply message data always starts with char 0x00 (except pong responce). +Reply message data always starts with char 0x00 (except pong response). Here are some sniffed messages from Nokia RX-51. First two messages seems to must be always protocol version exchange (first host ask for protocol version of -- cgit v1.2.3