[LinuxCNC/linuxcnc Issue#357] Disabling one smart serial port probably disables all higher-numbered ones

未分类 bolang 5个月前 (10-15) 26次浏览

Issue #357 | 状态: 已关闭 | 作者: andypugh | 创建时间: 2017-11-28

标签: hostmot2


https://github.com/LinuxCNC/linuxcnc/blob/master/src/hal/drivers/mesa-hostmot2/sserial.c#L1214

“return” should be “break”

Easy fix, but some effort to test, hence the tracker.


评论 (2)

#1 – andypugh 于 2018-04-23

After significant changes to sserial.c the relevant return/break is now
https://github.com/LinuxCNC/linuxcnc/blob/master/src/hal/drivers/mesa-hostmot2/sserial.c#L1923
Still needs testing with a firmware with more than one port.


#2 – andypugh 于 2019-06-09

It’s been 18 months since I fixed this, and there has been no report of problems.


原始Issue: https://github.com/LinuxCNC/linuxcnc/issues/357

喜欢 (0)