资源简介
此资源是用于苹果设备与外围设备通过USB按照流程协议获取认证芯片数据从而授权外设通讯资格。文件问demo code

代码片段和文件信息
#include “SMB.h “
#define CP_DEV_ADDR 0x22
static void delay(unsigned long del_time)
{
while(--del_time);
}
void CP_ReadReg(unsigned char RegAddrunsigned char *bufunsigned char Leng)
{
SMB_Send(CP_DEV_ADDR&RegAddr1);
delay(100); //delay about 1ms
SMB_Get(CP_DEV_ADDRbufLeng);
}
void CP_WriteReg(unsigned char *bufunsigned char Leng)
{
SMB_Send(CP_DEV_ADDRbufLeng);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 49087 2012-04-27 11:56 iPod_Authentication_V3\Apple
文件 86 2012-04-27 11:56 iPod_Authentication_V3\Apple.lnp
文件 57588 2012-04-27 11:56 iPod_Authentication_V3\Apple.M51
文件 3625 2012-04-27 11:56 iPod_Authentication_V3\Apple.Opt
文件 488 2012-04-27 11:56 iPod_Authentication_V3\Apple.plg
文件 2308 2012-04-20 14:24 iPod_Authentication_V3\Apple.Uv2
....... 3624 2012-04-20 16:34 iPod_Authentication_V3\Apple_Opt.Bak
文件 2308 2012-04-20 12:23 iPod_Authentication_V3\Apple_Uv2.Bak
文件 17988 2007-01-20 11:06 iPod_Authentication_V3\c8051F310.h
文件 408 2012-04-18 17:05 iPod_Authentication_V3\CP_Chip.c
文件 2127 2012-04-18 16:34 iPod_Authentication_V3\CP_Chip.h
文件 1468 2012-04-27 11:56 iPod_Authentication_V3\CP_Chip.LST
文件 2828 2012-04-27 11:56 iPod_Authentication_V3\CP_Chip.OBJ
文件 19 2012-04-20 16:20 iPod_Authentication_V3\ExtDll.iex
文件 19500 2012-04-27 11:56 iPod_Authentication_V3\iPod_COM.c
文件 120 2012-04-20 11:56 iPod_Authentication_V3\iPod_com.h
文件 43635 2012-04-27 11:56 iPod_Authentication_V3\iPod_COM.LST
文件 34194 2012-04-27 11:56 iPod_Authentication_V3\iPod_COM.OBJ
文件 5208 2012-04-20 16:25 iPod_Authentication_V3\main.c
文件 736 2012-04-14 09:28 iPod_Authentication_V3\main.h
文件 10075 2012-04-27 11:56 iPod_Authentication_V3\main.LST
文件 9897 2012-04-27 11:56 iPod_Authentication_V3\main.OBJ
文件 11696 2012-04-20 10:15 iPod_Authentication_V3\SMB.c
文件 637 2012-04-20 09:53 iPod_Authentication_V3\SMB.h
文件 18081 2012-04-27 11:56 iPod_Authentication_V3\SMB.LST
文件 11198 2012-04-27 11:56 iPod_Authentication_V3\SMB.OBJ
目录 0 2012-04-27 11:56 iPod_Authentication_V3
----------- --------- ---------- ----- ----
308929 27
............此处省略0个文件信息
相关资源
- usb hid调试工具
- HID调试助手
- USB.Over.Network.Server 注册机
- WPF USB 网络 串口 通信软件
- USB转串口驱动,FT232R驱动程序,最新
- WinCE下CP210x的驱动程序
- hidusage.h hidpi.h 等USB开发用头文件
- 基于JM20329的SATA转USB 1394
- 430系列单片机USBFET下载驱动
- CY7C68013A固件程序(用于摄像机采集)
- usb调试程序 对USB设备进行数据的读写
- USB 驱动 让电脑与arm进行通信
- USB助手(调试USB通信协议的工具) 源
- 基于FPGA的USB接口设计
- 枚举USB设备接口(C 源代码)
- 多普达USB Modem驱动(适用于818、828、
- SN9C291B datasheet
- 希捷公布USB外部硬盘解决方案
- USB调试模式一键设置
- USB网卡驱动 USB2.0 TO Fast Ethernet Adapte
- USB转串口(RS232/RS485/RS422)驱动程序文
- USB Type-C SPEC
- H310.B360.H370.Z390.USB WIN7 64位第三方驱动
- 300系列WIN7 USB驱动.7z
- 华硕P8H61/USB3 R2.0主板BIOS驱动 免费版
- RTL8188EVT USB WIFI无线网卡驱动 免费版
- RTL8188 USB无线网卡模块完整方案
- USB PCB布局布线要点及注意事项
- USB驱动 INF中的服务安装段落无效的原
- MTP USB驱动win7 32+64位可用版
评论
共有 条评论