• 大小: 20KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 标签: sim卡  

资源简介

手机类驱动,驱动sim卡。C语言程序。 符合ISO7816标准。

资源截图

代码片段和文件信息

/*
FILE_NAME:          sim_dirver.c
TARGET:              ARM
OWENER:             Wen Donghan
COMPLETE TIME:  2009-01-18
*/
/*******************************************************************************************************/
//#include  //Interfacese commmands
#include “sim_driver.h“ //Interfacese commmands

cyg_thread thread_data;
cyg_handle_t thread_handle;
cyg_thread thread_data_b;
cyg_handle_t thread_handle_b;
unsigned char stack[CYGNUM_HAL_STACK_SIZE_TYPICAL];
unsigned char stack_b[CYGNUM_HAL_STACK_SIZE_TYPICAL];
cyg_io_handle_t handle;

static unsigned char sim_atr_TS;   
static unsigned char sim_rx_buf[ SIM_RX_BUFSIZE ];  // rx ring buffer    
int sim_rx_head sim_rx_tail;   
static unsigned char sim_rx_data;   
static unsigned char 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     目录          0  2014-04-21 22:00  sim_driver ME 操作 SIM

     文件     116450  2009-07-01 13:52  sim_driver ME 操作 SIM\sim_driver.c

     文件       7862  2009-06-30 15:45  sim_driver ME 操作 SIM\sim_driver.h

----------- ---------  ---------- -----  ----

               124312                    3


评论

共有 条评论

相关资源