嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c#直接串口通讯控制GSMModem收发短信
采用c#2.0进行串口通讯,不需要使用任何驱动。调用AT命令控制短信猫设备收发短信
.
├── GPRSService
│ ├── GPRSService.csproj
│ ├── GPRSService.csproj.vspscc
│ ├── GSMModem.cs
│ ├── PDUdecoding.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── bin
│ │ └── Debug
│ │ ├── GPRSService.dll
│ │ └── GPRSService.pdb
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── GPRSService.dll
│ │ │ ├── GPRSService.pdb
│ │ │ ├── Refactor
│ │ │ │ └── GPRSService.dll
│ │ │ └── TempPE
│ │ ├── GPRSService.csproj.FileList.txt
│ │ └── GPRSService.csproj.FileListAbsolute.txt
│ └── vssver2.scc
├── GPRSService.sln
├── GPRSService.suo
├── GPRSService.vssscc
├── KMondem
│ ├── KMondem.csproj
│ ├── Mondem.cs
│ ├── PDUdecoding.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SMS.cs
│ ├── bin
│ │ └── Debug
│ │ ├── KMondem.dll
│ │ └── KMondem.pdb
│ └── obj
│ ├── Debug
│ │ ├── KMondem.dll
│ │ ├── KMondem.pdb
│ │ ├── Refactor
│ │ │ └── KMondem.dll
│ │ └── TempPE
│ └── KMondem.csproj.FileListAbsolute.txt
├── KMondemTest
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── KMondemTest.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── KMondem.dll
│ │ ├── KMondem.pdb
│ │ ├── KMondemTest.exe
│ │ ├── KMondemTest.pdb
│ │ └── KMondemTest.vshost.exe
│ └── obj
│ ├── Debug
│ │ ├── KMondemTest.Form1.resources
│ │ ├── KMondemTest.Properties.Resources.resources
│ │ ├── KMondemTest.csproj.GenerateResource.Cache
│ │ ├── KMondemTest.exe
│ │ ├── KMondemTest.pdb
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ └── KMondemTest.csproj.FileListAbsolute.txt
├── SMSSend
│ ├── App.config
│ ├── Feeds_Green.ico
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── vssver2.scc
│ ├── Resources
│ │ ├── Image.jpg
│ │ └── vssver2.scc
│ ├── SMSSend.csproj
│ ├── SMSSend.csproj.vspscc
│ ├── SQLHelper.cs
│ ├── bin
│ │ └── Debug
│ │ ├── GPRSService.dll
│ │ ├── GPRSService.pdb
│ │ ├── SMSSend.exe
│ │ ├── SMSSend.exe.config
│ │ ├── SMSSend.pdb
│ │ ├── SMSSend.vshost.exe
│ │ └── SMSSend.vshost.exe.config
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SMSSend.Form1.resources
│ │ │ ├── SMSSend.Properties.Resources.resources
│ │ │ ├── SMSSend.csproj.GenerateResource.Cache
│ │ │ ├── SMSSend.exe
│ │ │ ├── SMSSend.pdb
│ │ │ └── TempPE
│ │ └── SMSSend.csproj.FileListAbsolute.txt
│ └── vssver2.scc
├── SMSSendService
│ ├── App.config
│ ├── Program.cs
│ ├── ProjectInstaller.Designer.cs
│ ├── ProjectInstaller.cs
│ ├── ProjectInstaller.resx
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── SMSProject.cs
│ ├── SMSSendService.csproj
│ ├── SMSSendService.csproj.vspscc
│ ├── SQLHelper.cs
│ ├── Service1.Designer.cs
│ ├── Service1.cs
│ ├── bin
│ │ └── Debug
│ │ ├── GPRSService.dll
│ │ ├── GPRSService.pdb
│ │ ├── InstallUtil.InstallLog
│ │ ├── InstallUtil.exe
│ │ ├── SMSSendService.InstallLog
│ │ ├── SMSSendService.exe
│ │ ├── SMSSendService.exe.config
│ │ ├── SMSSendService.pdb
│ │ ├── SMSSendService.rar
│ │ ├── 卸载.bat
│ │ └── 安装.bat
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SMSSendService.ProjectInstaller.resources
│ │ │ ├── SMSSendService.csproj.GenerateResource.Cache
│ │ │ ├── SMSSendService.exe
│ │ │ ├── SMSSendService.pdb
│ │ │ └── TempPE
│ │ ├── SMSSendService.csproj.FileList.txt
│ │ └── SMSSendService.csproj.FileListAbsolute.txt
│ └── vssver2.scc
├── SMSSendTest
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── vssver2.scc
│ ├── SMSSendTest.csproj
│ ├── SMSSendTest.csproj.vspscc
│ ├── bin
│ │ └── Debug
│ │ ├── GPRSService.dll
│ │ ├── GPRSService.pdb
│ │ ├── SMSSendTest.exe
│ │ ├── SMSSendTest.pdb
│ │ └── 测试.bat
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── SMSSendTest.exe
│ │ │ ├── SMSSendTest.pdb
│ │ │ └── TempPE
│ │ ├── SMSSendTest.csproj.FileList.txt
│ │ └── SMSSendTest.csproj.FileListAbsolute.txt
│ └── vssver2.scc
├── c#直接串口通讯控制GSMModem收发短信_GPRSService.rar
└── mssccprj.scc
49 directories, 136 files