-
大小: 4.5MB文件类型: .rar金币: 2下载: 0 次发布日期: 2023-11-13
- 语言: 其他
- 标签: usb2.0-ser! 驱动
资源简介
USB转232串口驱动程序(usb2.0-ser!) 驱动合集,支持win7

代码片段和文件信息
/*
* Prolific PL2303 USB to serial adaptor driver
*
* Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
*
* Original driver for 2.2.x by anonymous
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License or
* (at your option) any later version.
*
* See Documentation/usb/usb-serial.txt for more information on using this driver
*
* 2001_Oct_06 gkh
* Added RTS and DTR line control. Thanks to joe@bndlg.de for parts of it.
*
* 2001_Sep_19 gkh
* Added break support.
*
* 2001_Aug_30 gkh
* fixed oops in write_bulk_callback.
*
* 2001_Aug_28 gkh
* reworked buffer logic to be like other usb-serial drivers. Hopefully
* removing some reported problems.
*
* 2001_Jun_06 gkh
* finished porting to 2.4 format.
*
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#ifdef CONFIG_USB_SERIAL_DEBUG
static int debug = 1;
#else
static int debug;
#endif
#include “usb-serial.h“
#include “pl2303.h“
/*
* Version Information
*/
#define DRIVER_VERSION “v0.91“
#define DRIVER_DESC “Prolific PL2303 USB to serial adaptor driver“
static __devinitdata struct usb_device_id id_table [] = {
{ USB_DEVICE(PL2303_VENDOR_ID PL2303_PRODUCT_ID) }
{ USB_DEVICE(PL2303_VENDOR_ID PL2303_PRODUCT_ID_RSAQ2) }
{ USB_DEVICE(IODATA_VENDOR_ID IODATA_PRODUCT_ID) }
{ USB_DEVICE(ATEN_VENDOR_ID ATEN_PRODUCT_ID) }
{ } /* Terminating entry */
};
MODULE_DEVICE_TABLE (usb id_table);
#define SET_LINE_REQUEST_TYPE 0x21
#define SET_LINE_REQUEST 0x20
#define SET_CONTROL_REQUEST_TYPE 0x21
#define SET_CONTROL_REQUEST 0x22
#define CONTROL_DTR 0x01
#define CONTROL_RTS 0x02
#define BREAK_REQUEST_TYPE 0x21
#define BREAK_REQUEST 0x23
#define BREAK_ON 0xffff
#define BREAK_OFF 0x0000
#define GET_LINE_REQUEST_TYPE 0xa1
#define GET_LINE_REQUEST 0x21
#define VENDOR_WRITE_REQUEST_TYPE 0x40
#define VENDOR_WRITE_REQUEST 0x01
#define VENDOR_READ_REQUEST_TYPE 0xc0
#define VENDOR_READ_REQUEST 0x01
/* function prototypes for a PL2303 serial converter */
static int pl2303_open (struct usb_serial_port *port struct file *filp);
static void pl2303_close (struct usb_serial_port *port struct file *filp);
static void pl2303_set_termios (struct usb_serial_port *port
struct termios *old);
static int pl2303_ioctl (struct usb_serial_port *port struct file *file
unsigned int cmd unsigned long arg);
static void pl2303_read_int_callback (struct urb *urb);
static void pl2303_read_bulk_callback (struct urb *urb);
static void pl2303_write_bu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 217 2005-12-02 15:12 USB-232(usb2.0-ser!)\USB-232\FT232\Application Notes.url
文件 106496 2006-05-24 10:47 USB-232(usb2.0-ser!)\USB-232\FT232\FTBUSUI.dll
文件 20196 2006-05-18 09:54 USB-232(usb2.0-ser!)\USB-232\FT232\ftcserco.dll
文件 176128 2006-05-24 10:45 USB-232(usb2.0-ser!)\USB-232\FT232\FTD2XX.dll
文件 19478 2005-12-06 09:32 USB-232(usb2.0-ser!)\USB-232\FT232\FTD2XX.H
文件 18208 2006-05-24 10:45 USB-232(usb2.0-ser!)\USB-232\FT232\FTD2XX.lib
文件 10016 2006-06-02 16:31 USB-232(usb2.0-ser!)\USB-232\FT232\ftdibus.cat
文件 2366 2006-05-24 11:03 USB-232(usb2.0-ser!)\USB-232\FT232\FTDIBUS.INF
文件 47249 2006-05-18 09:48 USB-232(usb2.0-ser!)\USB-232\FT232\FTDIBUS.sys
文件 9589 2006-06-02 16:31 USB-232(usb2.0-ser!)\USB-232\FT232\ftdiport.cat
文件 3507 2006-05-24 11:04 USB-232(usb2.0-ser!)\USB-232\FT232\FTDIPORT.INF
文件 188416 2006-05-24 10:40 USB-232(usb2.0-ser!)\USB-232\FT232\FTDIUNIN.exe
文件 102400 2006-05-24 10:42 USB-232(usb2.0-ser!)\USB-232\FT232\FTLang.dll
文件 61067 2006-05-18 09:49 USB-232(usb2.0-ser!)\USB-232\FT232\ftser2k.sys
文件 33360 2006-05-19 11:51 USB-232(usb2.0-ser!)\USB-232\FT232\ftserui2.dll
文件 227 2005-12-02 15:12 USB-232(usb2.0-ser!)\USB-232\FT232\Installation Guides.url
文件 2933416 2005-09-28 11:07 USB-232(usb2.0-ser!)\USB-232\HL-0108\Setup For HugePine.exe
文件 1669134 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\HL-2303\HL-2303.exe
文件 135168 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\HL-2303\Remove_old_driver.exe
文件 43136 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\HL-2303\ser2pl.sys
文件 34332 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\HL-2303\SER9PL.sys
文件 2280 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\HL-2303\SERSPL.INF
文件 26719 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\HL-2303\SERSPL.VXD
文件 8644 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\HL-2303\SERWPL.INF
文件 8 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\IMAC\Mac10.0\md_pl2303hx_v108b4\PL2303_1.0.8b4.pkg\Contents\PkgInfo
文件 291 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\IMAC\Mac10.0\md_pl2303hx_v108b4\PL2303_1.0.8b4.pkg\Contents\Resources\English.lproj\PL2303_1.0.8b4.info
文件 35561 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\IMAC\Mac10.0\md_pl2303hx_v108b4\PL2303_1.0.8b4.pkg\Contents\Resources\PL2303_1.0.8b4.bom
文件 87040 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\IMAC\Mac10.0\md_pl2303hx_v108b4\PL2303_1.0.8b4.pkg\Contents\Resources\PL2303_1.0.8b4.pax
文件 49 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\IMAC\Mac10.0\md_pl2303hx_v108b4\PL2303_1.0.8b4.pkg\Contents\Resources\PL2303_1.0.8b4.sizes
文件 24064 2005-11-26 20:25 USB-232(usb2.0-ser!)\USB-232\HL-2303\IMAC\Mac8.6&9.0\Manual chinese.doc
............此处省略71个文件信息
- 上一篇:基于LWE的全同态加密方案极其应用研究
- 下一篇:计算机通信与网络-杨庚
相关资源
- 永久启动和禁用win10驱动签名验证脚本
- DebugView、DriverMonitor、IRPTrace、WinObj、
- 达尔优机械键盘驱动程序 v13.05.03 官方
- 雷柏v700s机械键盘驱动 v1.0.0.1 官方版
- 烽火狼q7鼠标宏
- 联想lenovo G480 USB3.0驱动程序 for win7
- StarNX400打印机驱动 官方版
- 易语言:郁金香驱动保护隐藏
- 基于STM32RCT6的步进电机驱动程序
- 直流无刷电机方波驱动 stm32 例程代码
- elantech触控板驱动程序 v13.6.11 官方最
- 联想y470无线网卡驱动 for 32位64位
- 松下plc FP-XH的驱动
- IMX385驱动代码.zip
- 组态王驱动开发包3.0.0.7(中文)
- 飞思卡尔单片机MC9S12XS12G128驱动(硬件
- CASS9.1最新S4数据及驱动+ET199数据及驱
- 带有死区延时的H桥直流电机驱动电路
- USB转串口驱动,FT232R驱动程序,最新
- 德卡D3读卡器测试程序驱动文件
- WinCE下CP210x的驱动程序
- ubuntu9.10 可加载内核模块和字符设备驱
- MCGS触摸屏西门子s7_1200驱动
- FPGA在步进电机驱动上的应用实例及代
- [免费]基于stm32f103ze 的OLED驱动代码
- STM32F103RBT6驱动UC1698控制芯片的160160黑
- RA8806液晶驱动程序
- 内核驱动进程保护演示程序
- STM32F103 DS18B20 V3.5.0固件库驱动程序工
- 组态王中S7-300TCP驱动
评论
共有 条评论