Skip to content

Commit

Permalink
Adding Keysight VEE example + minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Henrik Sawatzki committed Feb 10, 2017
1 parent e649d96 commit 8535fdd
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 1 deletion.
1 change: 1 addition & 0 deletions Simple_Raw_HID-Test/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ static int Main(string[] args)
ConsoleKeyInfo cki = Console.ReadKey(true);
if (cki.Key == ConsoleKey.Escape)
{
srHID.Close();
return 0;
}

Expand Down
Loading

0 comments on commit 8535fdd

Please sign in to comment.