# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-08-01 12:23:35 # Node ID a674b93fba1cb2d77f73d29d8d29b186ecb18bd5 # Parent 6aaed8da07351048193b706ef15a046414fc22d9 added "user entered port name forgotten" issue to README diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ https://bitbucket.org/hyOzd/serialplot/d You can also build with QtCreator IDE using `serialplot.pro` file. ## Known Issues +- If user enters a port name by hand and doesn't press enter (which + is not necessary) port is closed and name is forgotten when clicked + "Refresh Port List". - Port error 13 happens when closing. This is a Qt issue. It's known to not happen with Qt 5.4.1 . Not fatal.