📄 readme.txt
字号:
Thesycon Systemsoftware & Consulting GmbH
VHPD1394 Development Kit
========================
IEEE 1394 Development Kit for Windows
Additional source code examples package
Version 1.20, April 09, 2003
Release Notes
Contents
--------
- Directory Contents
- Installation Instructions
- Build Environment
- Simple test configurations
- Contacting Thesycon
Directory Contents
------------------
\
ReadMe.txt -- this file
\bin\release
executables of all samples contained in the package (release build)
\scan
source code of the SCAN example
This example scans for available devices and displays identification
information for each device found.
\read
source code of the READ example
This example reads data from a remote device by issuing asynchronous
read requests.
\write
source code of the WRITE example
This example writes data to a remote device by issuing asynchronous
write requests.
\pubmem
source code of the PUBMEM example
This example enables and monitors access to a portion of the IEEE 1394
address space of the local device (PC).
\txasy
source code of the TXASY example
This example continuously transmits data to a remote device in
asynchronous mode.
\rxasy
source code of the RXASY example
This example continuously receives data transmitted by a remote device
in asynchronous mode.
\txiso
source code of the TXISO example
This example continuously transmits data in isochronous mode.
\rxiso
source code of the RXISO example
This example continuously receives data transmitted by a remote device
in isochronous mode.
Installation Instructions
-------------------------
Create the directory
<VHPD1394 Development Kit install directory>\source\samples>
and copy the contents of the source code examples package to
this directory. This is required to rebuild the example projects.
The executables can be run from any location.
Please note that the VHPD1394 device driver must be installed on the system.
Refer to the installation instructions of the VHPD1394 Development Kit for
details.
Build Environment
-----------------
Currently the following tools are used by Thesycon:
Visual C++ 6.0 Service Pack 5
Microsoft Visual C++ 6.0 was used to produce the samples.
The appropriate project files (.dsp) are included in the particular
directories.
The example applications use the VHPD1394 Class Library and are to be linked
with VHPDLIB.LIB and SETUPAPI.LIB.
VHPDLIB.LIB must be build from the sources in the vhpdlib subdirectory.
Open vhpdlib.dsp with VC++ and choose "Rebuild All".
SETUPAPI.LIB is required because VHPDLIB uses Win32 SetupDiXxx functions.
Simple test configurations
--------------------------
A test setup consisting of two PCs connected via an IEEE 1394 connection
may be used to run the example applications.
On both PCs the VHPD1394.SYS device driver must be installed for the connected PC.
Refer to the installation instructions of the VHPD1394 Development Kit for
details.
- Device memory read/write
PC1: Run the PUBMEM example application. See the online help (pubmem -h) for details
on the supported parameters.
PC2: Run the READ example application to read data from PC1.
Run the WRITE example application to write data to PC1.
See the online help (pubmem -h) for details on the supported parameters.
- Asynchronous data transmission (high bandwidth)
PC1: Run the RXASY example application. See the online help (rxasy -h) for details
on the supported parameters.
PC2: Run the TXASY example application. See the online help (txasy -h) for details
on the supported parameters.
- Isochronous data transmission
PC1: Run the RXISO example application. See the online help (rxiso -h) for details
on the supported parameters.
PC2: Run the TXISO example application. See the online help (txiso -h) for details
on the supported parameters.
Contacting Thesycon
-------------------
If you have purchase or upgrade issues or technical questions
please contact Thesycon.
Thesycon Systemsoftware & Consulting GmbH
Werner-von-Siemens-Str. 2
98693 Ilmenau
- Germany -
Phone: +49 3677 8462 0
Fax: +49 3677 8462 18
email: VHPD1394@thesycon.de
http://www.thesycon.de
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -