398 Commits

Author SHA1 Message Date
ShrLnm
6c91a2e392 Update pyren/macro/init.txt 2022-08-07 05:51:31 +00:00
ShrLnm
9cef8e8646 Add new file 2022-08-07 05:48:35 +00:00
ShrLnm
eec675cba0 [mod_elm] fix soft boufrate 2022-07-29 06:01:38 +00:00
ShrLnm
9e773bb091 fix for wrong file name in dumps folder 2022-06-05 05:49:32 +00:00
ShrLnm
0fd6412830 fix for wrong file name in dumps folder 2022-06-05 05:48:19 +00:00
ShrLnm
d444fae8fc fix for wrong file name in dumps folder 2022-06-05 05:31:13 +00:00
Marianpol
ca9bdb6a5d [mod_term] elm init fix 2022-03-31 19:32:33 +02:00
Marianpol
a3ac8a02ab Add legacy macro support 2022-03-30 11:47:26 +02:00
Marianpol
dddbccaa92 Minor ELM connectivity fixes 2022-03-21 21:08:04 +01:00
Marianpol
a89eb738b8 Fix empty VIN - replace 0x00 VIN chars with zeros 2022-03-21 00:21:35 +01:00
Marianpol
4b25d8e04c Update ELM speed list according to _pyren_launcher 2022-03-20 19:27:49 +01:00
Marianpol
800f3ae905 Add default DTC status string 2022-03-16 11:15:57 +01:00
Marianpol
996fd9091d Fix OBDLink DTC read when NR:78 2022-03-15 16:13:38 +01:00
Marianpol
50221dda70 Fix ID concatiation 2022-02-28 22:40:25 +01:00
Marianpol
1272cc1549 [mod_term] Bring back play_macro function 2022-02-05 13:04:27 +01:00
Marianpol
6eda583880 Update README.md 2022-02-05 08:53:50 +01:00
Marianpol
72c9445b5b Merge branch 'cleaning' into 'master'
[mod_term] Remove unused play_macro function

See merge request py_ren/pyren!22
2022-02-04 23:45:25 +00:00
Marianpol
82be6604f4 [mod_term] Remove unused play_macro function 2022-02-04 23:45:25 +00:00
Marianpol
fdbe0eae16 [mod_term] Use ELM init commands from ELM class 2022-02-05 00:10:13 +01:00
Marianpol
c1820285e8 Fix Parser:Undefined name 2022-01-31 10:29:34 +01:00
Marianpol
1de0d9c2ef [scen_lect_sondeo21] Check if test is done by state message id 2022-01-22 21:00:18 +01:00
Marianpol
b5a1ab481a Abort command execution when command length is invalid 2022-01-21 20:58:06 +01:00
Marianpol
39efa44775 Fix scen_lect_sondeo21 string encoding 2022-01-20 16:09:04 +01:00
Marianpol
c76474b3cf [DDT] Choose request which have requested DataItems 2022-01-20 14:45:27 +01:00
ShrLnm
c67f6a340a Merge branch 'add_packs' into 'master'
Add packs

See merge request py_ren/pyren!21
2022-01-18 05:02:14 +00:00
Furtif
396ffae61d fail 2022-01-10 00:31:44 +01:00
Furtif
c58fdea69f add missed icon (change for better) 2022-01-10 00:15:34 +01:00
Furtif
d9fa28ea3a add packs. 2022-01-10 00:13:44 +01:00
Marianpol
8a2ff1b93e SSPP scenario lang encoding fixes 2022-01-02 13:40:30 +01:00
Marianpol
bdc7bb254e Paraminj4 get inProgressMessage fix 2021-12-30 11:31:53 +01:00
Marianpol
ac8fc59a57 Fix for snapShot service with no snapShot type defined
Example: 10460
2021-12-27 11:42:46 +01:00
Marianpol
22ce85d11b ET002 type mismatch fix 2021-12-27 11:32:19 +01:00
Marianpol
f9d3027a8a Update gitignore 2021-10-18 18:25:41 +02:00
Marianpol
6ceb830aa6 OBDLink communication fixes
- fix bug that can lead to falsely command end detection in send_can_cfc
- get all frames during first phase of a module performance level inspection
- include ST in refresh rate calculation
- add --caf flag to options
2021-10-18 14:07:11 +02:00
ShrLnm
a27516ac59 Remove redundant code 2021-10-10 09:07:15 +00:00
ShrLnm
104540ef1c indentation mistake fix 2021-10-10 08:56:02 +00:00
ShrLnm
8386ce5fc3 Merge branch 'minordtc' into 'master'
add minordtc option to enable/disable showing all DTCs

See merge request py_ren/pyren!20
2021-10-09 19:12:38 +00:00
Yuriy Novostavskiy
de714271a0 add minordtc option
this option is to enable/disable showing all DTCs without checking
computation formula as discussed in issue #41
2021-10-09 11:43:29 +03:00
Marianpol
bd0a827385 Show DTCs with missing definitions 2021-10-08 20:59:08 +02:00
ShrLnm
1ba380ee55 Merge branch 'playback' into 'master'
Play back bus_monitor.py recorded logs to can bus

See merge request py_ren/pyren!19
2021-09-19 05:15:33 +00:00
Marianpol
c0502b4c9a Merge branch 'cfc1' into 'master'
Add CFC1 and CAF1 modes for STN based ELMs

See merge request py_ren/pyren!18
2021-08-29 17:57:42 +00:00
Marianpol
12840ce1b5 Add CFC1 and CAF1 modes for STN based ELMs 2021-08-29 17:57:42 +00:00
Dmitry Ketov
a9fd033f13 Play back bus_monitor.py recorded logs to can bus 2021-08-28 01:18:16 +03:00
ShrLnm
7c8e10db18 Merge branch 'gitignore' into 'master'
.gitignore to make git status output sane

See merge request py_ren/pyren!17
2021-08-18 19:28:47 +00:00
Dmitry Ketov
027634a1a2 .gitignore to make git status output sane 2021-08-18 22:14:29 +03:00
ShrLnm
1351f0769d #fix for working with db_manager 2021-08-18 18:42:22 +00:00
ShrLnm
ea786d9f4a #fix path to xml 2021-08-18 18:13:08 +00:00
ShrLnm
7805333b58 Merge branch 'bt' into 'master'
Linux bluetooth rfcomm support without attaching to a /dev/rfcommN device file

See merge request py_ren/pyren!15
2021-08-13 13:08:20 +00:00
Dmitry Ketov
06d32f65c5 Linux bluetooth rfcomm support without attaching to a /dev/rfcommN device file
One can now pair with a bluetooth elm327 adaptor as usual
and then specifiy its MAC address in the Port field of the
_pyren_launcher.py or as the -p command line option value, e.g.
./bus_monitor.py -p 24:42:16:08:00:00
2021-08-11 15:37:20 +03:00
Marianpol
f472907e80 fix save of the favourite parameters list 2021-08-10 21:57:21 +02:00