爱
爱上猫的鱼
Unregistered / Unconfirmed
GUEST, unregistred user!
{向指定地址写数据}function swr_24c01a(icdev: THandle;
offset: Integer;
len: Integer;
data_bufferChar): Integer;
stdcall;
external Dll_MWI_C32;
{从指定地址读数据 }function srd_24c01a(icdev: THandle;
offset: Integer;
len: Integer;
data_bufferChar): Integer;
stdcall;
external Dll_MWI_C32;{检查读写设备中是否有24c01a卡插入}function chk_24c01a(icdev: Integer): Integer;
stdcall;
external Dll_MWI_C32;{说明:检查读写设备中是否有24c01a卡插入调用:icdev: 通讯设备标识符返回:<0 错误=0 正确} //打开串口 0 表示 串口1 1 表示串口2 function ic_init(port: Integer;baud: LongInt): THandle ;
stdcall ;
external Dll_MWI_C32;
//关闭串口 function ic_exit(icdev: THandle): Integer ;
stdcall ;
external Dll_MWI_C32;
//检测卡型号 function chk_card(icdev: THandle): Integer;
stdcall;
external Dll_MWI_C32 ;
//对卡上电 function turn_on(icdev: THandle): Integer;
stdcall;
external Dll_MWI_C32 ;
//给卡下电 function turn_off(icdev: THandle): Integer;
stdcall;
external Dll_MWI_C32 ;怎么样调用上边的动态库啊,由其是THandle的参数,怎么用,有例子的最好给我个例子,谢谢大家了所有分,全部奉上了
offset: Integer;
len: Integer;
data_bufferChar): Integer;
stdcall;
external Dll_MWI_C32;
{从指定地址读数据 }function srd_24c01a(icdev: THandle;
offset: Integer;
len: Integer;
data_bufferChar): Integer;
stdcall;
external Dll_MWI_C32;{检查读写设备中是否有24c01a卡插入}function chk_24c01a(icdev: Integer): Integer;
stdcall;
external Dll_MWI_C32;{说明:检查读写设备中是否有24c01a卡插入调用:icdev: 通讯设备标识符返回:<0 错误=0 正确} //打开串口 0 表示 串口1 1 表示串口2 function ic_init(port: Integer;baud: LongInt): THandle ;
stdcall ;
external Dll_MWI_C32;
//关闭串口 function ic_exit(icdev: THandle): Integer ;
stdcall ;
external Dll_MWI_C32;
//检测卡型号 function chk_card(icdev: THandle): Integer;
stdcall;
external Dll_MWI_C32 ;
//对卡上电 function turn_on(icdev: THandle): Integer;
stdcall;
external Dll_MWI_C32 ;
//给卡下电 function turn_off(icdev: THandle): Integer;
stdcall;
external Dll_MWI_C32 ;怎么样调用上边的动态库啊,由其是THandle的参数,怎么用,有例子的最好给我个例子,谢谢大家了所有分,全部奉上了