4712 / BLHeliSuite

https://drive.google.com/drive/folders/1Y1bUMnRRolmMD_lezL0FYd3aMBrNzCig
157 stars 52 forks source link

Linux WINE instructions may need updating #6

Closed WZ9V closed 8 years ago

WZ9V commented 8 years ago

I was able to get the suite running on Linux Mint 17.3 with WINE but had to use different symbolic links for the serial ports. The document has it as /dev/ttyUSB0 and /dev/ttyUSB1 but the Arduino Nano on my system actually registers as /dev/ttyACM0.

It might be helpful to note that sometimes it's ttyACM as opposed to ttyUSB and the user should check.

4712 commented 8 years ago

Thanks! ttyACM0 most likely shows up for an Arduino UNO or MEGA. I added a line in the manual to check /dev folder for the specific device name.

4712 commented 8 years ago

Info included in 14.4.0.0 and above.