Ultrawipf / OpenFFBoard

OpenFFBoard is a universal force feedback interface for DIY simulation devices
https://hackaday.io/project/163904-open-ffboard
MIT License
558 stars 117 forks source link

Changed BUFFER_RX_SIZE to 64 #102

Closed FlippedDolphin closed 1 year ago

FlippedDolphin commented 1 year ago

OpenFFBoard cannot detect the VESC with long HW_NAME(8 letters upper), because OpenFFBoard drops the longer CAN messages. Please change the buffer size(easiest way, but not the perfect), or other method which can receive longer CAN messages.