hardbyte / hardbyte/python-can

IXXAT interface send_periodic() unexpected when period above 0.5s

未关闭
#888 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
backend:ixxat bug
主要语言
Python
星标
1.6k
派生
697
PR 合并指标
30 天内没有已合并 PR

描述

When using the command "bus.send_periodic(msg, 0.50)" with the IXXAT interface, the message is send with the defined period up to a period of 0.5 seconds but anything above that (e.g. 0.6) results in a value of about 0.6 - (n*0.5) sec.
So period of 0.6 = 0.1; 1 = 0.5; 1.1 = 0.1 sec. etc.

I don't see this behavior with other interfaces (e.g. vector, kvaser)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。