搜索资源列表
51+ch375读写U盘超精简原程序(啊雨)
- 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50%以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85%,当然,如果使用WCH公司的子程序库或者正式版本的C
u盘
- 芯片使用51+ch375,程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件名,并可显示首文件内容-chips use 51 ch375, procedures using 180 OK C code can read FAT16 file system drives the root directory, we can see the root directory under the file nam
udisk
- 一个通过直接读取磁盘扇区的试验程序,对开发单片机读取U盘的程序员,可以了解FAT16的文件系统.-through direct read a disk sector of testing procedures, the development of SCM reader U-programmer can understand the FAT16 file system.
u盘
- 芯片使用51+ch375,程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件名,并可显示首文件内容-chips use 51 ch375, procedures using 180 OK C code can read FAT16 file system drives the root directory, we can see the root directory under the file nam
51+ch375读写U盘超精简原程序(啊雨)
- 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50%以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85%,当然,如果使用WCH公司的子程序库或者正式版本的C
usb接口信息编程
- 是一个获得USB设置的程序,可以获取系统的USB接口,USB的设置信息,并可以读取U盘的内容-USB access is a set of procedures, the system can access USB, USB configuration information, and can read the contents of the U-
51andch375
- 51+ch375读写U盘超精简原程序 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示-51 ch375 U-writable disc-the original procedures to streamline the process with 180 OK C code can be read on FA T16 U disk file system root directo
UDISK-example223
- 对于U盘的固件的程序设计,描述符的配置,端口的中断处理,数据的读取都有处理。-U site for the procedure firmware design, configuration descr iptor, the port handled the interruption, have read the data processing.
51+SL811
- 51单片机控制SL811芯片读取U盘的驱动程序-51 single-chip microcomputer control chip SL811 read U disk driver
20053616242880582
- /* 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50%以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85%,当然,如果使用WCH公司的子程序库或者正式版
slansam111
- 这是一个好的,U盘读写工具,当U盘插到电脑上,就可以自动读取数据到本地的某一路径下,真是爽!-This is a good, U disk reading and writing tool, when the U disk into a computer, you can automatically read the data to a local path is really cool!
USBPass3.0
- USBPass3.0是基于U盘的物理磁盘、采用高效对称加密算法实现加密的一种用于软件授权或者身份认证的组件。因为它是对物理磁盘进行操作的,所以能够允许用户随意格式化U盘,而加密信息不丢失,省去了烦琐的加密信息备份过程。 USBPass3.0采用了双重密码的加密方式,包含了高级密码(开发者的密码)、用户密码(软件发布时,每一个用户都有一个密码,防止软件授权被随便使用)。高级密码拥有最高权限,可以读取加密信息(不触发授权限制条件),修改
FileFilter
- 一个windows U盘的过滤驱动代码,让U盘插入电脑后只能读取数据,而无法写入文件;-A windows U disk filter driver code, so that U disk into the computer can only read data, and can not write to file
DiskShow
- 磁盘信息实时读取 U盘信息 包括磁盘空间的显示-Information in real-time disk read U disk information including disk space display
testzteic
- 某公司的USB-KEY 密码安全登录校验工具,以及格式化,读取U盘信息等内容。通过大容量存储通道进行通信-A company' s USB-KEY security password registry check tool, as well as the format, to read information such as U disk. Mass storage through the communication channe
ch375-test-1
- 此程序首先将CH375程序库及CH375芯片进行初始化,随后开始检测U盘是否已经插入,U盘插入后,读取U盘的物理总容量,单位为扇区,即一共有多少个扇区。然后获取U盘的格式化容量、剩余容量及文件系统类型。-This program first CH375 CH375 chip library and initialized, then start testing it has been inserted U disk, U disk in
U盘更新STM32程序
- STM32通常CH376读取U盘信息,以及更新程序。通过SPI方式通讯,无需了解USB协议,操作简单方便。(STM32 usually reads U disk information from CH376 and updates programs. Through SPI communication, without understanding the USB protocol, the operation is simple and
USB—SD卡模拟U盘
- stm32 读取u盘经典参考程序,修改移植容易!(STM32 U disk read classic reference program, easy to modify the transplant!)
labview读取U盘
- 读U盘,LabVIEW开发的一个小程序,功能是读U盘(Read the U disk, a small program developed by LabVIEW, and the function is to read the U disk)
AVR_GCC_CH375测试程序
- 利用单片机读取u盘数据,使用spi协议,简单易上手(Read the disk data of SCM)