Matafonov
Matafonov
Hello! 1. It must be working with any j1850vpw, but was tested hardly on Chrysler/dodge vehicles. 2. Yes, so the circuit must be powered before vehicle startup to prevent bus...
It does not work without circuit. Don’t know why, but I had this issue Best regards, Stepan Matafonov! > 28 мая 2022 г., в 14:08, santon74 ***@***.***> написал(а): > >...
Have never tried working with external transceivers. Second thing is getting the data with oscilloscope trying to understand if everything is OK in message. Otherwise this is a finding a...
Thank you for your investigation. Have no mega to do tests at the moment, so could not do a fix for interrupt enabling. Feel free to provide a PR. About...
Feel free to contact me via telegram (@XelberaSW) - this could make things done faster. On Sat, Jun 19, 2021, 23:16 László Dániel ***@***.***> wrote: > Couple of things I...
Hello! Feel free to provide pull request! :) Best regards, Stepan Matafonov! > 14 апр. 2022 г., в 07:58, zhekaus ***@***.***> написал(а): > > > Hi, > Could you...
Avoid using digitalRead and digitalWrite. These methods are extremely slow. Use Pin class. It has some caching to decrease number of operations that are done. > 30 дек. 2021 г.,...