-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lexus gs450h canbus received but cant send #24
Comments
So its not working with you either did you try to send some messages back ? |
If you mean sending packets into can bus, then still not successful |
Hello. |
Everything seems fine in examples can recovering and sending and also i get rpm readings from the car so on the Arduino side everything is fine So please help me fix that |
Today i found out that i can send some codes and the car recives it but the terminal says wrong paket and the sniffing stops it gives the command and the car recives it and it opens the door lock after that the sniffing stops and i cant recive or send anything to the car unless i disconnect it and connect it again Somehow i only got the door lock runing but the gui stops working i dont know why |
The arduino serial output proves that it is not a GUI issue, because the packets are already corrupted when they exit the arduino. Are you sure that you are using the correct CAN bus speed? |
yes the can speed is 500e3 i know that as the engine rpm example works fine for me, is it possible that the car(i10 2013 in my case) doesnt have the can bus responsible for core functionality in the obd2 plug, is it possible that the cars brakes/stearing cant be controlled by the can bus on obd2 plug, another possibility is that the 500000 baud rate is not enough for 500e3 can speed so during python and arduino communication some packets are missing, hence wrong package error. |
I have no issues with 500mbaud, so I don't think that it is a bug in my code. It's absolutely possible that you cannot access certain modules in your car, a lot of newer vehicles have "firewalls" on the can bus to protect those devices from attackers. I'm not sure if this is the case in your situation. |
Hi there i have used your code and the interface
I can receive canbus but when i send some back nothing happens
Close the interface i can see on pycharm teminal ( wrong packet!can RX TX started )
And when this message come the can sniffing stops and i should restart the interface to start snifing again
I dont know whats the issue here
The text was updated successfully, but these errors were encountered: