firmata / firmata.js

JavaScript implementation of the Firmata protocol
710 stars 147 forks source link

Connect fail with ConfigurableFirmata library on UNO #268

Open awong1900 opened 1 year ago

awong1900 commented 1 year ago

The Firmata.js simply detect that no protocol version has been received, the protocol version request will be send. However, if the protocol version is detected and the firmware version is not detected, it will not send firmware version request, which will result in an unsuccessful connection.

Ref: https://github.com/firmata/ConfigurableFirmata/pull/144