vesc_tool icon indicating copy to clipboard operation
vesc_tool copied to clipboard

Adding serialbus to Qt seems to break the serial port on static builds

Open nitrousnrg opened this issue 5 years ago • 2 comments

This line says that serialbus breaks serialport: https://github.com/vedderb/vesc_tool/blob/master/vesc_tool.pro#L44

I tried building VESC Tool 2.04 statically for linux (./build_lin_original_only) and both USB serial and canbus interfaces work for me. I also compiled VESC Tool for ARM and tested this on a raspberry pi and both serial and canbus worked for me using ./build_lin_original_only (the binary needs some dependencies to run there)

So I couldn't reproduce the issue... should I test it on windows machines?

nitrousnrg avatar Apr 26 '20 20:04 nitrousnrg

It works when compiling normally, but when I use my static build on Ubuntu 16.04 and run it on different machines, the serial port does not work on some of them. I will look into is more soon as our large battery is about to arrive, and then I will start testing with your controller. All parts are here on my desk waiting for the battery.

vedderb avatar Apr 27 '20 07:04 vedderb

https://github.com/vedderb/vesc_tool/pull/279

p0wdrdotcom avatar Dec 07 '22 02:12 p0wdrdotcom