-
Notifications
You must be signed in to change notification settings - Fork 303
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
proper way to use echo_id #50
Comments
as i remember it is not echoed, it gives the frame on the bus with proper time (which is a very helpful feature - I think youre writting a driver impl for js as i remember, i would keep this feature). The easiest solution would be handling this in your wrapper. |
it is echoed in the sense that if i TX a packet, i RX it right back. is there a way to filter RX packets based solely on what the device actually receives? i’m doing UDS flashing and the response times/bandwidth are being affected by the fact that whatever I TX, I RX
Regards,
Brandon
…________________________________
From: fritz-net <[email protected]>
Sent: Friday, May 22, 2020 4:44:01 PM
To: candle-usb/candleLight_fw <[email protected]>
Cc: Brandon Ros <[email protected]>; Author <[email protected]>
Subject: Re: [candle-usb/candleLight_fw] proper way to use echo_id (#50)
as i remember it is not echoed, it gives the frame on the bus with proper time (which is a very helpful feature - I think youre writting a driver impl for js as i remember, i would keep this feature). The easiest solution would be handling this in your wrapper.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#50 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACEJBFSV6UQCEOYUPZIALWLRS3PZDANCNFSM4NICCY2Q>.
|
as i know there is no possibility in the gs_usb driver to disable this. Are you sure the bottleneck is USB? If your dive does not replay with the exact same frame you could filter your tx in your wrapper/driver (save last TX -> compare (with timeout) -> ignore) Someone is writing on a new version of this Firmware, he wants to adopt the driver as well to support CAN fd, maybe talk to him (don't know who atm) |
Am I supposed to reset and start 2 channels? 1 for read, 1 for write? |
When I write a CAN frame over USB, it gets echoed back to me. Is there a way to not do this?
The text was updated successfully, but these errors were encountered: