2018年12月12日

gdb debug exe

摘要: 1.Start debug Open 2 windowns, one is use gdbserver to execute destnation execute, another is use gdb to remote debug. gdbserver w... 阅读全文

posted @ 2018-12-12 16:14 lizhuohui 阅读(37) 评论(0) 推荐(0)

[open source]freediag

摘要: 1.Source Download source code from official site. 2.Compile in win-7 Inatall cmake, then va cmake to generate an MinGW projeck, at... 阅读全文

posted @ 2018-12-12 15:54 lizhuohui 阅读(43) 评论(0) 推荐(0)

How to use CMAKE?

摘要: 1.Environment win-7, Download install file from official site then install. 2.Usage Then will generate a MinGW-GCC project PS: f... 阅读全文

posted @ 2018-12-12 15:03 lizhuohui 阅读(34) 评论(0) 推荐(0)

[python code]File check modify

摘要: import osdef IsModify(FileName) : ModificationTime = os.stat(FileName).st_mtime print(ModificationTime) global DictModifyTime for ... 阅读全文

posted @ 2018-12-12 08:54 lizhuohui 阅读(69) 评论(0) 推荐(0)

2018年12月6日

EOBD program

摘要: Protocal Document 1.各种英文协议文档 OBD完整协议 https://download.csdn.net/download/sqxsny/8356281 Open souce 1.STM32的工程,有EOBD的完整代码,包括驱动层和应用... 阅读全文

posted @ 2018-12-06 20:10 lizhuohui 阅读(64) 评论(0) 推荐(0)

[python code]AT

摘要: import serialdef SendReceiveString(CmdIn="AT@1\r\nAT@2\r\n", Timeout=0.5): listCmd = CmdIn.splitlines(False) for i in range(len(... 阅读全文

posted @ 2018-12-06 14:38 lizhuohui 阅读(34) 评论(0) 推荐(0)

2018年12月5日

[python package]pyserial

摘要: refer: windows下使用python进行串口通讯 - NiYintang的博客 - CSDN博客 1.Add serial lib python-2.5 serial Download pyserial-2.5.win32.exe, such a... 阅读全文

posted @ 2018-12-05 17:28 lizhuohui 阅读(91) 评论(0) 推荐(0)

ELM327 Comand Detail

摘要: copy form scan-master setting which protocol is 11-bit CAN 500K. ATZ // reset ELM327 v1.5..>ATWS // warm start ELM327 v1ATZ // res... 阅读全文

posted @ 2018-12-05 14:17 lizhuohui 阅读(40) 评论(0) 推荐(0)

Software catch serial port communicaton data

摘要: 1.Download Using software "device monitoring studio" catch serial port communicaton data. Download a cract editon: Device-Monitor... 阅读全文

posted @ 2018-12-05 10:57 lizhuohui 阅读(41) 评论(0) 推荐(0)

2018年11月23日

【kernel envirment】config tiny X86 kernel with vfs

摘要: ## Automatically generated file; DO NOT EDIT.# Linux/x86 4.19.0 Kernel Configuration### Compiler: gcc (Ubuntu 7.3.0-27ubun... 阅读全文

posted @ 2018-11-23 14:51 lizhuohui 阅读(85) 评论(0) 推荐(0)

导航