文件名称:obdii:TypeScript中的OBD2
文件大小:94KB
文件格式:ZIP
更新时间:2024-06-14 21:26:11
JavaScript
奥比迪 工作正在进行中 基于 为什么? 更好地利用打字稿。 可扩展性,允许更多的运输层。 分离PID检测以用于单独的库 can-utils的可测试性 安装 $ yarn add obdii 例子 React本地蓝牙示例 蓝牙本机React import BluetoothSerial from 'react-native-bluetooth-serial-next' ; import { Connection } from 'obdii/connection/react-native-bluetooth' ; import { ELM327 } from 'obdii/transport/elm327' ; import { OBD2 } from 'obdii' ; // first pair then connect to device const device = Blue