Xavier Seignard

Results 133 comments of Xavier Seignard

That would be great you know :)

Hello, Did you check this part of the documentation: https://github.com/xseignard/cordovarduino/blob/master/README.md#your-device-is-not-yet-known ? CP210x should be ok, not sure about the STM32 USB interface. Regards

Is the following is working? ``` serial.requestPermission({ vid: , pid: , driver: 'Cp21xxSerialDriver', }, function success(), function error() ); ``` If not, I guess you have a type 2 FC....

Hello @alittle I tried to find some documentation about your device, and couldn't find any reliable one. Do you have some, so I can check what are the specifications of...

According to this: https://github.com/fazalmajid/cs1504/blob/master/cs1504.py#L130-L135 It seems the serial port should be configured as 8-Odd-1, and from what I see, you configured it with: `dataBits: 8, parity: 0, stopBits: 0`. It...

But according to the manual (U7). It seems the bold options are the default ones, and then it would be: a 8-N-1 serial port configuration. 8-N-1 are the defaults, then...

Sorry for the (very) late reply... Did you find a solution? Regards