windows ce gprs 撥號程式

2021-05-05 12:58:42 字數 1471 閱讀 8658

//

//#include 

"stdafx.h

"#include 

"ras.h

"handle hport 

=invalid_handle_value;

hrasconn hrasconn 

=null;

bool createport();//

open the serial port

hport 

=createfile(text(

"com8:

"),generic_read 

|generic_write,

0,null,open_existing,

0,null);

if( hport 

==invalid_handle_value ) 

//byte bytes=;

//dword cgdcontsize = sizeof(cgdcont);

dword bytessize 

=sizeof

(bytes);

//fret = writefile(hport,cgdcont,cgdcontsize, &dwnumbyteswritten,null);

fret 

=writefile(hport,bytes,bytessize, 

&dwnumbyteswritten,null);

fret 

=readfile(hport,bytes,4,

&dwnumbyteswritten,null);

if(fret)

else

return

true;

}lresult callback wndproc (hwnd hwnd, uint msg, wparam wparam, lparam lparam)

break

;case

rascs_disconnected:

printf(

"連線已斷開/n/r");

break

;default

:printf(

"未知/n/r");

break;}

break

;default

:return

defwindowproc(hwnd, msg, wparam, lparam);

}return

true;

}int

winapi winmain( hinstance hinstance,

hinstance hprevinstance,

lptstr    lpcmdline,

intncmdshow)

while

( getmessage(

&msg, null, 0, 

0) !=false )

return0;

}

PPPoE撥號除錯

因為公網和 230專案的 pppoe 都已調通,而應用於 1800 專案的pppoe 沒有做大的變動,故 pppoe 流程不會出問題。建立撥號後,附著,然後撥號,失敗,撥號始終顯示 正在連線,通過 wan微型埠 通過 etherale 抓pppoed 包顯示,客戶端一直在發 padi 廣播包,而我們...

撥號相關縮寫

常見縮寫 adn abbreviated dialing number fdn fixed dialer number bdn barred dialing numbers lnd last number dialed sdn service dialing number adn sim 簿 縮位撥...

Modem撥號感言

最近發生一些事,使我又開始操刀c 還記得是一年前看 高階程式設計 2版 從骨頭裡我還是認為.net是一場鬧劇,但事實就是這樣的你不想做的事,但由於外因你又不得不做,大家都說window多麼霸道,多麼不安全,linux多麼公開,多麼嚴謹,但事實用window還是多,此類東西比比揭是,現在寫的都沒有什麼...