资源简介
PT800连接软件
代码片段和文件信息
// [2008-04-11]
// This utility is written by Chen Jun(chenjun@mail.nlscan) in order that some files
// on PT-850 can be copied up to PC in case uService fails to work(e.g. when uService
// fails to list the files on PT-850).
#include
#include
#include
#include
#include // !End user: change this to please.
int main(int argc char *argv[])
{
if(argc!=4)
{
printf(“Usage: NLScopyfile \n“);
printf(“Example: NLScopyfile 1 115200 SysConf.ini\n“);
return 1;
}
int ComPort = atoi(argv[1]);
int Baudrate = atoi(argv[2]);
printf(“NLS_RapiInit(%d%d)...\n“ ComPort Baudrate);
int isSuccess = NLS_RapiInit(ComPort Baudrate false);
if(!isSuccess)
{
printf(
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 167936 2008-12-29 16:01 uService1.01.028\NlsRapi.dll
文件 11312 2009-04-02 10:05 uService1.01.028\NlsRapi.lib
文件 1470532 2008-12-29 10:24 uService1.01.028\NlsRapi_D.dll
文件 11420 2009-04-02 10:05 uService1.01.028\NlsRapi_D.lib
文件 220160 2002-11-07 15:05 uService1.01.028\NlsRPCApi参考手册与编程指南.doc
文件 1675 2009-04-02 10:08 uService1.01.028\NLSRPC_copyup\NLSRPC_copyup.cpp
文件 3839 2009-04-02 10:11 uService1.01.028\NLSRPC_copyup\NLSRPC_copyup.dsp
目录 0 2009-04-16 15:53 uService1.01.028\NLSRPC_copyup
文件 16384 2009-03-31 14:53 uService1.01.028\NLSRPC_copyup.exe
文件 12787 2007-04-12 15:51 uService1.01.028\RAPI.H
文件 544768 2009-04-15 13:30 uService1.01.028\uService.exe
文件 552960 2009-04-20 15:34 uService1.01.028\uService_en.exe
文件 1320 2009-04-20 14:04 uService1.01.028\说明.txt
目录 0 2009-04-16 15:53 uService1.01.028
----------- --------- ---------- ----- ----
3015093 14
- 上一篇:基于Linux的Qt的QQ
- 下一篇:Nokia 603 证书限制破解文件
评论
共有 条评论