You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good day! I need to send my own requests through Iso9141 at a speed of 4800 baud, is it possible with the help of your library?
Set the request header and send / receive data. my car works on its own protocol Subaru select monitor (ssm2), it is physically identical to ISO9141, but the method of obtaining data is different, instead of PID, I need to request reading from the address and parse the answer myself.
The text was updated successfully, but these errors were encountered:
the method of obtaining data is different, instead of PID, I need to request reading from the address and parse the answer myself.
You can probably get this to work by calling the request() method yourself, take a look at how getPID works, you can access the full data from the response through the readBuffer method. Let me know if this works for you, if you needed to modify more things to add flexibility to support your requirements feel free to send a PR this way. If you don't, I'd still like to hear whether you got it to work, good luck :)
Good day! I need to send my own requests through Iso9141 at a speed of 4800 baud, is it possible with the help of your library?
Set the request header and send / receive data. my car works on its own protocol Subaru select monitor (ssm2), it is physically identical to ISO9141, but the method of obtaining data is different, instead of PID, I need to request reading from the address and parse the answer myself.
The text was updated successfully, but these errors were encountered: