readme.txt
来自「清华紫光 4a,4b,4c扫描仪的DOS下的驱动及开发范例」· 文本 代码 · 共 17 行
TXT
17 行
To use DOS driver for Uniscan 4X(4A/4B/4C) in your application, you need:
1) Set config.sys:
For Uniscan 4X 8 bit card, you need add following to config.sys:
device = c:\uniscan\4a8.sys
For Uniscan 4X 16 bit card, you need add following to config.sys:
device = c:\uniscan\4a16.sys
2) Restart you PC.
To recreate the sample.exe, you need:
1) masm devcall.asm;
2) cl -c -AL sample.c
3) link sample+devcall;
To run the sample program, you need:
1) C:>sample
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?