GPS sensor驱动套件
DriverCoding GPSPack, 包括 GPSDirect,GPSReverse,USB GPS Sensor 驱动程序。
从Windows7开始,微软系统引入了新的sensor API, 应用程序可以通过系统抽象层的Sensor和Location API来获取用户的位置等相关信息。然而大多数GPS设备只配备了蓝牙或USB接口驱动, 并没有提供标准Windowssensor驱动程序,这给方案厂商带来了一定困难,无法满足新的兼容性需求。
DriverCoding GPSDirect 是一个标准sensor驱动程序 (UMDF), 它可以读取COM端口,蓝牙设备,TCP/IP源或包含GPS NME数据的其他端口 , 并将其数据映射到 Windows GPS sensor API, 供上层Windows 应用程序获取 GPS sensor数据及ILocation信息。如果您不拥有实际的GPS硬件, 则驱动程序仍可以在"模拟" 模式下进行测试。
GPSDirect驱动特性:
- x64/x86 WHQL signed UMDF drivers
- No-reboot install/uninstall
- Can read directly from a COM port,bluetooth,TCP/IP device
- Simulation mode
- WinUSB mode compatible
- Supported Sensors output: X,Y,Z,HDOP,VDOP,PDOP,NSAT,Speed,True Heading,FixQuality,Satellite Information
- Sensor-API compatible.
- Location-API compatible
DriverCoding GPSReverse可以映射一个标准sensor驱动到虚COM端口, 通过GPSReverse可以使老的应用程序兼容使用新的sensor驱动程序数据,提高灵活度。
GPSReverse驱动特性:
- x64/x86 WHQL signed KMDF drivers
- No-reboot install/uninstall
- Can read directly from a GSP sensor driver
- COM-based user interface