Skip to content

Commit

Permalink
Added description about how to open the source code with Visual Studio.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnakamot committed Aug 19, 2022
1 parent 7e90fa9 commit 2d2c16e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ This is a simple Windows application that reads an encoder count through [US Dig

## License

TBD
The license of this software is TBD.

Note that this repository includes third party libraries USDigital.dll and USDQsB.dll in [Library](QSBLinearEncoderReader/Library) directory.
They were copied from [US Digital website](https://www.usdigital.com/support/resources/downloads/software/qsb-software/).

## Open the latest source code with Visual Studio

If you already have Visual Studio installed in your computer, you can check out and open
the latest source code by clicking "Code" in the top right corner of this page and selecting
"Open with Visual Studio".

![](images/open_with_visual_studio.png)

## TODO

* Allow the user to select COM port.
* Package the application.
* Document how to import source code to Visual Studio.
Binary file added images/open_with_visual_studio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d2c16e

Please sign in to comment.