IrCOMM2k - Virtual Infrared COM Port for Windows 2000/XP。
2. FILES IN THIS ARCHIVE:
- Setup.exe (setup and uninstall program)
- ircomm2k.exe (service program)
- ircomm2k.sys (device driver)
- ircomm2k.dll (device property page)
- ircomm2k.hlp (property page context help)
- ircomm2k.inf (setup script for windows)
- Readme.txt (this file)
- License.txt (terms of license)
3. INSTALLATION
1. unzip IrCOMM2k-1.2.0.zip in a new folder
2. run the setup program
3. disable the image transfer under wireless link
The information in this publication is believed to be accurate as of its publication date. Such information is subject
to change without notice and The ATM Forum is not responsible for any errors. The ATM Forum does not assume
any responsibility to update or correct any information in this publication. Notwithstanding anything to the
contrary, neither The ATM Forum nor the publisher make any representation or warranty, expressed or implied,
concerning the completeness, accuracy, or applicability of any information contained in this publication. No
liability of any kind shall be assumed by The ATM Forum or the publisher as a result of reliance upon any
information contained in this publication.
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode
driver/
Contains the driver sources.
Compile with "make".
Then as root, install with "make install".
Type "modprobe finepix" to load the module.
userspace/
Type "make" to compile.
fpix: test program, independant of the driver. Uses libusb to
directly access the camera and capture a frame, saved
under frame.jpg. Will not work if the driver is loaded.
fpixtest: test program. Uses V4L2 to capture an image.
fpix-stress-v4l2: never ending (in theory) stress test derived from fpixtest.