ReadMe.txt
上传用户:wangqikan
上传日期:2016-04-26
资源大小:2216k
文件大小:0k
源码类别:

通讯编程文档

开发平台:

DOS

  1. To install driver -
  2.         make inst (The Makefile will check the module and compile and link it automatically. It will also remove
  3.                    the loaded USB-Serial driver)
  4. To uninstall driver -
  5.         make uninst
  6. To uninstall all drivers (including base driver) -
  7.         make uninst_all
  8. To remove module (*.o) files -
  9.         make clean