Hi
We use IsoTPSocketConnection to connect underlying protocol. as we all known, the default values about link layer is CAN2.0, if we need change link layer to CANFD,whether we need add some codes in connection->IsoTPSocketConnection->open() like this:
self.tpsock.set_ll_opts(CAN_FD, 64)
if not necessary, we don't want to modifiy your code. Thanks.
Hi We use IsoTPSocketConnection to connect underlying protocol. as we all known, the default values about link layer is CAN2.0, if we need change link layer to CANFD,whether we need add some codes in connection->IsoTPSocketConnection->open() like this:
self.tpsock.set_ll_opts(CAN_FD, 64)
if not necessary, we don't want to modifiy your code. Thanks.