Hi,
I'm looking at purchasing a Freematics ONE for logging and displaying data from my Subaru. I want to be able to access extended parameters that are only available via the Subaru Select Monitor (SSM) protocol, documented here: http://www.romraider.com/RomRaider/SsmProtocol
SSM over K-line uses UART settings: 4800 bps n, 8, 1. SSM can also work over CAN, described here: https://subdiesel.wordpress.com/generic ... 2-via-can/ . The open-source software RomRaider (https://github.com/RomRaider/RomRaider) implements both of these.
I'm hoping to be able to use SSM over CAN with the Freematics ONE. It seems like it *should* work, but if anybody knows any reason why it wouldn't, please let me know! Thanks!
Will Freematics ONE be able to speak Subaru SSM protocol?
Re: Will Freematics ONE be able to speak Subaru SSM protocol?
Extended protocols are not implemented.
Re: Will Freematics ONE be able to speak Subaru SSM protocol?
Thanks for the reply. Are you aware of anything in the hardware that would prevent me from implementing this extended protocol myself using the Arduino? AFAICT it's just a layer on top of the existing protocols, and doesn't seem that complicated. Thanks!