登录
首页 » Android » 实时采集存储汽车CAN总线数据的Android APP

实时采集存储汽车CAN总线数据的Android APP

于 2023-06-12 发布 文件大小:16.60 MB
0 62
下载积分: 2 下载次数: 1

代码说明:

基于OBDII的蓝牙车载设备发送汽车CAN总线数据,本APP基于蓝牙通信解析得到的jason文件,实现汽车行驶状态实时采集存储

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 智慧城市主界面开发
    使用eclipse开发智慧城市APP源码,API 19(Using eclipse to develop smart city APP source code API 19)
    2020-07-01 16:40:02下载
    积分:1
  • android 百度地图 实例源码下载
    android 百度地图 实例源码下载
    2014-08-09下载
    积分:1
  • 精通AndroidStudio从入门到精通
    Android Studio 新手入门必备的介绍。(Android Studio novice introduction essential.)
    2017-11-05 00:41:20下载
    积分:1
  • android listview 通用adapter
    android listview 通用adapter   只需要集成commenAdapter即可   在viewholder中就可以进行内容设置
    2023-08-12 03:35:03下载
    积分:1
  • BluetoothChat
    Androidƽ̨
    2010-04-20 16:45:26下载
    积分:1
  • ImageFilterForAndroid-master(2)
    多种android端图像滤镜处理,lomo,黑白,高斯等(The android end image filter processing, lomo, black and white, Gaussian and other)
    2013-03-13 18:30:45下载
    积分:1
  • 第一个安卓例子代码
    《Android开发权威指南》内容上涵盖了用最新的Android版本开发的大部分场景。全书分4个部分,分别从Android基础介绍、环境搭建、SDK介绍,到应用剖析、组件介绍、综合实例演示,以及符合潮流的、最新的移动开发技术,如HTML5、OpenGL ES、NDK编程、Android测试驱动开发等几个方面讲述。从技术实现上,讲解了6大完整综合案例及源代码分析,分别是新浪微博客户端、蓝牙聊天、全键盘输入法、月球登陆(游戏)、贪吃蛇(游戏)、笑脸连连看(游戏)。
    2022-02-01 10:36:18下载
    积分:1
  • android实战项目,注释完善
    完整的android实战项目,对android学习很有帮助,能快速提高编程水准,感兴趣的可以下载下来看一下,保证物有所值
    2022-01-26 07:47:50下载
    积分:1
  • Android 简单播放歌曲功能演示
    Android 简单播放歌曲功能演示,播放本地音乐,非网络播放,可播放、暂停,运行效果如截图所示,在编写时,要注意以下代码:   int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停   ImageButton start;//播放、暂停按钮   ImageButton stop;//停止按钮   ActivityReceiver activityReceiver;   int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停   public void onCreate(Bundle savedInstanceState) {//重写的onCreate方法    super.onCreate(savedInstanceState);    setContentView(R.layout.main);//设置当前的用户界面    start = (ImageButton) this.findViewById(R.id.start);//得到start的引用    stop = (ImageButton) this.findViewById(R.id.stop);//得到stop按钮的引用    start.setOnClickListener(this);//为按钮添加监听    stop.setOnClickListener(this);//为按钮添加监听    activityReceiver = new ActivityReceiver();//创建BroadcastReceiver    IntentFilter filter = new IntentFilter();//创建IntentFilter过滤器    filter.addAction("wyf.ytl.update");//添加Action    registerReceiver(activityReceiver, filter);//注册监听    Intent intent = new Intent(this, MyService.class);//创建Intent    startService(intent);//启动后台Service   }
    2023-08-23 12:30:03下载
    积分:1
  • 如何在 android 系统中发送电子邮件
    在这个项目中,您可以发送的电子邮件使用您的各种客户端。将此代码嵌入在您的应用程序的反馈、 顾客评论和更多的东西
    2022-03-23 01:41:12下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载