<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">We have full support for CAN dumping.<div class=""><br class=""></div><div class="">Two options:</div><div class=""><br class=""></div><div class=""><ol class="MailOutline"><li class="">To an SD card<br class=""><br class="">can log crtd /sd/file.crtd<br class="">can log off<br class=""><br class="">Usage: can log crtd <path> [filter1] [filter2] [filter3]<br class="">Filter: <bus> / <id>[-<id>] / <bus>:<id>[-<id>]<br class="">Example: 2:2a0-37f<br class=""><br class=""></li><li class="">Over WiFi<br class=""><br class="">re start<br class="">re move serve<br class="">re serve format crtd|pcap<br class=""><br class="">Then, on workstation:<br class=""><br class="">  nc vehicleid.local 3000 | tee file.crtd</li></ol></div><div class=""><div><br class=""></div><div>I personally use the wifi mode. You can output to crtd format (an ascii readable format), or pcap (for loading into wireshark). With wifi, you can also ‘re serve mode simulate’ and then replay CAN bus dumps back in (nc vehicleid.local 3000 <file.crtd).</div><div><br class=""></div><div>If you want to test transmission, you can either do it over wifi (re serve mode transmit), or use the ‘can canX tx …’ command to directly transmit a frame.</div><div><br class=""></div><div>Regards, Mark.</div><div><br class=""></div><div><blockquote type="cite" class=""><div class="">On 26 Nov 2018, at 7:39 AM, Craig Leres <<a href="mailto:leres@xse.com" class="">leres@xse.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I'm starting to look at adding support for my Cadillac but it's not clear to me that I can use a ovms module to capture can frames? Do I need another device to do it?<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">     </span><span class="Apple-tab-span" style="white-space:pre">    </span>Craig<br class="">_______________________________________________<br class="">OvmsDev mailing list<br class=""><a href="mailto:OvmsDev@lists.openvehicles.com" class="">OvmsDev@lists.openvehicles.com</a><br class="">http://lists.openvehicles.com/mailman/listinfo/ovmsdev<br class=""></div></div></blockquote></div><br class=""></div></body></html>