基本信息
源码名称:(C#版)读取GPS的串口程序
源码大小:0.05M
文件格式:.rar
开发语言:C#
更新时间:2023-07-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
(C#版)读取GPS的串口程序
最近在给客户做一个程序是读取GPS信息数据的! 用的windowsMobile5.0 PPC程序,此程序在多普达P800上测试通过。 内容:写了一个串口程序,一个窗体加一个时钟控件。 此程序只提取了坐标、时间参数,如果想要其他的...


文件清单
└── GPSport读取GPS的串口程序
    ├── DeviceApplication2
    │   ├── bin
    │   │   ├── Debug
    │   │   └── Release
    │   │       ├── DeviceApplication2.exe
    │   │       └── DeviceApplication2.pdb
    │   ├── Frmlogin.cs
    │   ├── Frmlogin.Designer.cs
    │   ├── Frmlogin.resx
    │   ├── GPS.cs
    │   ├── GPSGet.cs
    │   ├── GPSport.csproj
    │   ├── GPSport.csproj.user
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── BaseStationPDA.Frmlogin.resources
    │   │   │   ├── DeviceApplication2.csproj.GenerateResource.Cache
    │   │   │   ├── DeviceApplication2.Properties.Resources.resources
    │   │   │   ├── Refactor
    │   │   │   └── TempPE
    │   │   ├── DeviceApplication2.csproj.FileList.txt
    │   │   └── Release
    │   │       ├── DeviceApplication2.csproj.GenerateResource.Cache
    │   │       ├── DeviceApplication2.exe
    │   │       ├── DeviceApplication2.Frmlogin.resources
    │   │       ├── DeviceApplication2.pdb
    │   │       ├── DeviceApplication2.Properties.Resources.resources
    │   │       ├── Refactor
    │   │       └── TempPE
    │   │           └── Properties.Resources.Designer.cs.dll
    │   ├── Program.cs
    │   └── Properties
    │       ├── AssemblyInfo.cs
    │       ├── Resources.Designer.cs
    │       └── Resources.resx
    ├── GPSport.sln
    └── GPSport.suo

13 directories, 25 files