collin80 / SavvyCAN

QT based cross platform canbus tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lawicel Connection. 3 Commands at the same time.

Simon-Doc opened this issue · comments

When using a Lawicel device the connection commands are sent immediately following one another without waiting for an acknowledgement reply.
This make some devices fail due to only receiving and actioning the 1st command.
EG: Commands sent together: 43 0D 53 36 0D 4F 0D (C.S6.O. in ascii).
Should be:
43 0D - wait for acknowledge from device
53 36 0D - wait for acknowledge from device
4F 0D - wait for acknowledge from device.