代码搜索:IP Modem

找到约 10,000 项符合「IP Modem」的源代码

代码结果 10,000
www.eeworm.com/read/159325/10669997

o modem_tm_eb.o

www.eeworm.com/read/159325/10670017

o modem_tm_el.o

www.eeworm.com/read/454983/7380634

inf gprs_usb_modem.inf

[Version] Signature="$CHICAGO$" Class=Modem Provider=%COMPANY% ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318} [Manufacturer] %COMPANY% = Models [Models] %Modem1%=Modem1, USB\MTKUSB [M
www.eeworm.com/read/442625/7648686

rc2 modem_demo.rc2

// // MODEM_DEMO.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED
www.eeworm.com/read/435273/7794600

rc2 modem_sms.rc2

// // MODEM_SMS.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED /
www.eeworm.com/read/246277/12744298

c g20modem.c

#include #include #include #include #include "typedef.h" #include "app.h" #include "attention.h" #include "g20modem.h" #include "g20serialdrv.h"
www.eeworm.com/read/246277/12744491

c~ g20modem.c~

#include #include #include #include #include "typedef.h" #include "app.h" #include "attention.h" #include "g20modem.h" #include "g20serialdrv.h"
www.eeworm.com/read/246277/12744518

h g20modem.h

#ifndef G20MODEM_H__ #define G20MODEM_H__ void g20_mdm_init(); unsigned char g20_mdm_on(); unsigned char g20_mdm_off(); unsigned char g20_mdm_rest(); void g20_mdm_proc(); #endif