資源簡介
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 證書限制破解文件
評論
共有 條評論