📄 readme.txt
字号:
-------------------------------------
Luminary Micro Oscilloscope (LMScope)
-------------------------------------
This application is written using C++ and Microsoft Foundation Classes for
Windows and should be built using Microsoft Visual Studio 2005. Project
file lmscope.vcproj is provided to build the application.
USB communication with the EK-LM3S3748 or EK-LM3S3768 board running the
qs-scope sample application is performed using the WinUSB interface which
is available for WindowsXP and Vista. The relevant subsystem files are
installed when you first connect the EK board via USB and install the
Windows drivers.
To successfully build the application, your PC must have two packages
installed in addition to Visual Studio 2005:
1. Microsoft HTML Help Workshop
-------------------------------
Microsoft HTML Help Workshop is used to create the application help file
(lmscope.chm) from HTML topic pages. It can be freely downloaded from
Microsoft at
http://msdn2.microsoft.com/en-us/library/ms669985.aspx
2. Windows Device Driver Kit (DDK)
----------------------------------
The WinUSB interface bindings allowing the application to make calls to
WinUSB functions are not available in Visual Studio 2005 and the Windows
SDK but are included in the Windows Device Driver Kit. To build the
application, therefore, you must have the DDK (version 6000) installed in
directory C:\WinDDK\6000. If you have used a different path, you will
need to modify the project settings to change the
"Additional Include Directories" and "Additional Library Directories"
paths appropriately.
The Windows DDK is available for free download from Microsoft at
http://www.microsoft.com/whdc/devtools/ddk/default.mspx
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -