1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-10 01:16:27 +00:00

Updated Device Tests & Coverage Report (markdown)

kai-morich 2021-04-20 17:28:56 +02:00
parent 3ac8fbaa61
commit ee4c7635d4

@ -15,7 +15,7 @@ You need python + [pyserial 3.4](https://pythonhosted.org/pyserial/) which inclu
On Linux the ``rfc2217_server.py`` is typically available in ``usr/share/doc/python-serial/examples``. On Windows you have to take it from github. On Linux the ``rfc2217_server.py`` is typically available in ``usr/share/doc/python-serial/examples``. On Windows you have to take it from github.
On a Raspi 3 you have to [configure](https://www.raspberrypi.org/documentation/configuration/uart.md) the PL011-UART instead of the mini-UART for the GPIO pins. On a Raspi 3 you have to [configure](https://www.raspberrypi.org/documentation/configuration/uart.md) the PL011-UART instead of the mini-UART for the GPIO pins, by using _disable-bt_ or _miniuart-bt_ overlay.
Before executing the test, start the *rfc2217* server with: ``python rfc2217_server.py -v`` *com-port* Before executing the test, start the *rfc2217* server with: ``python rfc2217_server.py -v`` *com-port*