From 8f7dbbb069ee8f8613b125993905315960d3a81b Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 30 Sep 2016 23:47:11 +0000 Subject: usb-rs485: update readme --- tests/usb-serial-rs485/README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests') diff --git a/tests/usb-serial-rs485/README b/tests/usb-serial-rs485/README index e3d4948..58dfe5f 100644 --- a/tests/usb-serial-rs485/README +++ b/tests/usb-serial-rs485/README @@ -2,6 +2,15 @@ README ------------------------------------------------------------------------------ +current status: +f1: frootloop3 gets corrupt data in rx path, _after_ serial rx, +but the usb in packets (wireshark) show the corruption. (LA on serial lines is clean) +f4: frootloop3 tests clean +=> suspect libopecm3 usb bug? + + + + This implements a USB CDC-ACM device, connected to USART2 (PA2-tx/PA3-rx) An interrupt driven tx ring buffer is used for usb->serial, and a similar interrupt driven rx ring buffer is used for serial->usb. -- cgit