在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → RS232串口驱动

RS232串口驱动

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:33.35M
  • 下载次数:7
  • 浏览次数:147
  • 发布时间:2021-10-31
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
usb转232串口驱动 包含:windows,liunx,IOS等。
【实例截图】
【核心代码】
RS232监控驱动.rar
└── RS232监控驱动
├── USB 2.0 TO RS232 Cable
│   ├── driver
│   │   ├── FTClean
│   │   │   ├── FTClean.exe
│   │   │   └── FTDIUNIN.exe
│   │   ├── Linux_x86_64
│   │   │   └── ftdi_sio.tar.tar
│   │   ├── MAC
│   │   │   ├── OS9_8 _040E2.sit.hqx
│   │   │   ├── OS X 10.4 (Tiger) or later.dmg
│   │   │   └── OS X((Intel) 2_1_10.dmg
│   │   ├── win2000_xp_vista_x86_x64
│   │   │   └── CDM20814_Setup.exe
│   │   ├── win98_me
│   │   │   ├── 906 Release Info.DOC
│   │   │   ├── FTCOMMS.vxd
│   │   │   ├── ftdibus.cat
│   │   │   ├── FTDIBUS.INF
│   │   │   ├── ftdibus.sys
│   │   │   ├── ftdiport.cat
│   │   │   ├── FTDIPORT.INF
│   │   │   ├── FTDIUNIN.exe
│   │   │   ├── FTDIUNIN.INI
│   │   │   ├── FTSENUM.sys
│   │   │   ├── FTSENUM.vxd
│   │   │   ├── ftserial.sys
│   │   │   ├── ftsermou.cat
│   │   │   ├── FTSERMOU.INF
│   │   │   ├── FTSERMOU.VXD
│   │   │   └── FTSERUI.DLL
│   │   ├── Wince
│   │   │   ├── PocketPC 2003-ARMXScale Processor
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   ├── PocketPC 2003-x86 Processor
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   ├── win2000_xp_x86_x64
│   │   │   │   ├── amd64
│   │   │   │   │   ├── ftbusui.dll
│   │   │   │   │   ├── ftcserco.dll
│   │   │   │   │   ├── ftd2xx64.dll
│   │   │   │   │   ├── ftd2xx.lib
│   │   │   │   │   ├── ftdibus.sys
│   │   │   │   │   ├── ftlang.dll
│   │   │   │   │   ├── ftser2k.sys
│   │   │   │   │   └── ftserui2.dll
│   │   │   │   ├── ftd2xx.h
│   │   │   │   ├── ftdibus.inf
│   │   │   │   ├── ftdiport.inf
│   │   │   │   └── i386
│   │   │   │   ├── ftbusui.dll
│   │   │   │   ├── ftcserco.dll
│   │   │   │   ├── ftd2xx.dll
│   │   │   │   ├── ftd2xx.lib
│   │   │   │   ├── ftdibus.sys
│   │   │   │   ├── ftlang.dll
│   │   │   │   ├── ftser2k.sys
│   │   │   │   └── ftserui2.dll
│   │   │   ├── wince 6.0ARMX Scale(Processor)
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   ├── wince6.0 x86 Processor
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   ├── Windows CE 4.2 - 5.2-Mobile5-6ARMXScale Processor
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   └── Windows CE 4.2 - 5.2-Mobile5-6-x86 Processor
│   │   │   ├── FTDIPORT.INF
│   │   │   ├── ftdi_ser.dll
│   │   │   ├── INF FILES
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── README.txt
│   │   │   │   └── registry settings.txt
│   │   │   └── Update.txt
│   │   ├── windows 7.0
│   │   │   └── CDM20814_Setup.exe
│   │   └── Windows Server 2003_2008_x86_x64
│   │   └── CDM20814_Setup.exe
│   └── manual
│   ├── Mac_OS_X_Installation_Guide.pdf
│   ├── win2000_xp_vista_7.0Installation_Guide-update.pdf
│   ├── win2000_xp_vista Installation_Guide(tw).pdf
│   ├── WINDOWS 7.0 Installation_Guide_en_.pdf
│   ├── WINDOWS 7.0 Installation_Guide _tw_.pdf
│   └── Windows CE Installation Guide.pdf
├── USB 2.0 TO RS232 Converter
│   ├── driver
│   │   ├── FTClean
│   │   │   ├── FTClean.exe
│   │   │   └── FTDIUNIN.exe
│   │   ├── Linux_x86_64
│   │   │   └── ftdi_sio.tar.tar
│   │   ├── MAC
│   │   │   ├── OS9_8 _040E2.sit.hqx
│   │   │   ├── OS X 10.4 (Tiger) or later.dmg
│   │   │   └── OS X((Intel) 2_1_10.dmg
│   │   ├── win2000_xp_vista_x86_x64
│   │   │   └── CDM20814_Setup.exe
│   │   ├── win98_me
│   │   │   ├── 906 Release Info.DOC
│   │   │   ├── FTCOMMS.vxd
│   │   │   ├── ftdibus.cat
│   │   │   ├── FTDIBUS.INF
│   │   │   ├── ftdibus.sys
│   │   │   ├── ftdiport.cat
│   │   │   ├── FTDIPORT.INF
│   │   │   ├── FTDIUNIN.exe
│   │   │   ├── FTDIUNIN.INI
│   │   │   ├── FTSENUM.sys
│   │   │   ├── FTSENUM.vxd
│   │   │   ├── ftserial.sys
│   │   │   ├── ftsermou.cat
│   │   │   ├── FTSERMOU.INF
│   │   │   ├── FTSERMOU.VXD
│   │   │   └── FTSERUI.DLL
│   │   ├── Wince
│   │   │   ├── PocketPC 2003-ARMXScale Processor
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   ├── PocketPC 2003-x86 Processor
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   ├── win2000_xp_x86_x64
│   │   │   │   ├── amd64
│   │   │   │   │   ├── ftbusui.dll
│   │   │   │   │   ├── ftcserco.dll
│   │   │   │   │   ├── ftd2xx64.dll
│   │   │   │   │   ├── ftd2xx.lib
│   │   │   │   │   ├── ftdibus.sys
│   │   │   │   │   ├── ftlang.dll
│   │   │   │   │   ├── ftser2k.sys
│   │   │   │   │   └── ftserui2.dll
│   │   │   │   ├── ftd2xx.h
│   │   │   │   ├── ftdibus.inf
│   │   │   │   ├── ftdiport.inf
│   │   │   │   └── i386
│   │   │   │   ├── ftbusui.dll
│   │   │   │   ├── ftcserco.dll
│   │   │   │   ├── ftd2xx.dll
│   │   │   │   ├── ftd2xx.lib
│   │   │   │   ├── ftdibus.sys
│   │   │   │   ├── ftlang.dll
│   │   │   │   ├── ftser2k.sys
│   │   │   │   └── ftserui2.dll
│   │   │   ├── wince 6.0ARMX Scale(Processor)
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   ├── wince6.0 x86 Processor
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   ├── Windows CE 4.2 - 5.2-Mobile5-6ARMXScale Processor
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── ftdi_ser.dll
│   │   │   │   ├── INF FILES
│   │   │   │   │   ├── FTDIPORT.INF
│   │   │   │   │   ├── README.txt
│   │   │   │   │   └── registry settings.txt
│   │   │   │   └── Update.txt
│   │   │   └── Windows CE 4.2 - 5.2-Mobile5-6-x86 Processor
│   │   │   ├── FTDIPORT.INF
│   │   │   ├── ftdi_ser.dll
│   │   │   ├── INF FILES
│   │   │   │   ├── FTDIPORT.INF
│   │   │   │   ├── README.txt
│   │   │   │   └── registry settings.txt
│   │   │   └── Update.txt
│   │   ├── windows 7.0
│   │   │   └── CDM20814_Setup.exe
│   │   └── Windows Server 2003_2008_x86_x64
│   │   └── CDM20814_Setup.exe
│   └── manual
│   ├── Mac_OS_X_Installation_Guide.pdf
│   ├── win2000_xp_vista_7.0Installation_Guide-update.pdf
│   ├── win2000_xp_vista Installation_Guide(tw).pdf
│   ├── WINDOWS 7.0 Installation_Guide_en_.pdf
│   ├── WINDOWS 7.0 Installation_Guide _tw_.pdf
│   └── Windows CE Installation Guide.pdf
├── USB TO RS232 Cable
│   ├── Linux
│   │   ├── Redhat73
│   │   │   ├── Makefile
│   │   │   ├── pl2303.c
│   │   │   └── ReadMe.txt
│   │   ├── Redhat8
│   │   │   ├── Makefile
│   │   │   ├── pl2303.c
│   │   │   └── ReadMe.txt
│   │   └── Redhat9
│   │   ├── Makefile
│   │   ├── pl2303.c
│   │   └── ReadMe.txt
│   ├── Mac
│   │   ├── iMac 10.1 & 10.4or later
│   │   │   ├── PL2303_1.2.1r2.dmg
│   │   │   └── readme.txt
│   │   ├── iMac 8 & 9
│   │   │   └── driver.hqx
│   │   └── iMac OS X
│   │   └── driver for os x.dmg
│   ├── manual
│   │   ├── iMAC(chinese) .pdf
│   │   ├── iMAC.pdf
│   │   ├── linux.pdf
│   │   ├── Windoes 7.0 User Guide(en).pdf
│   │   ├── Windoes 7.0 User Guide_tw_.pdf
│   │   ├── Windows 2k_xp(Chinese) user's manual.pdf
│   │   └── Windows 2k_xp user's manual.pdf
│   └── windows
│   ├── windows 7_ vista_32_64
│   │   ├── PL2303_Prolific_DriverInstaller_v10518.exe
│   │   └── releasenote.txt
│   ├── windows98_ 2000_xp
│   │   ├── PL2303_Prolific_DriverInstaller_v10518.exe
│   │   └── releasenote.txt
│   └── windows server2003_ 2008_32_64
│   ├── PL2303_Prolific_DriverInstaller_v10518.exe
│   └── releasenote.txt
└── USB TO RS232 Converter
├── Linux
│   ├── Redhat73
│   │   ├── Makefile
│   │   ├── pl2303.c
│   │   └── ReadMe.txt
│   ├── Redhat8
│   │   ├── Makefile
│   │   ├── pl2303.c
│   │   └── ReadMe.txt
│   └── Redhat9
│   ├── Makefile
│   ├── pl2303.c
│   └── ReadMe.txt
├── Mac
│   ├── iMac 10.1 & 10.4or later
│   │   ├── PL2303_1.2.1r2.dmg
│   │   └── readme.txt
│   ├── iMac 8 & 9
│   │   └── driver.hqx
│   └── iMac OS X
│   └── driver for os x.dmg
├── manual
│   ├── iMAC(chinese) .pdf
│   ├── iMAC.pdf
│   ├── linux.pdf
│   ├── Windoes 7.0 User Guide(en).pdf
│   ├── Windoes 7.0 User Guide_tw_.pdf
│   ├── Windows 2k_xp(Chinese) user's manual.pdf
│   └── Windows 2k_xp user's manual.pdf
└── windows
├── windows 7_ vista_32_64
│   ├── PL2303_Prolific_DriverInstaller_v10518.exe
│   └── releasenote.txt
├── windows98_ 2000_xp
│   ├── PL2303_Prolific_DriverInstaller_v10518.exe
│   └── releasenote.txt
└── windows server2003_ 2008_32_64
├── PL2303_Prolific_DriverInstaller_v10518.exe
└── releasenote.txt

81 directories, 224 files

标签:

实例下载地址

RS232串口驱动

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警