dschultz wrote:
dschultz wrote:
My system has at least one built in COM port, does yours?
I think this is the key. The QueryManager was modified such that if there are no COM ports on your system it will never do anything but sit and wait for a COM port to appear. This negates the whole purpose of putting the COM port refresher in the background and proceeding to attempt another connection type.
Code:
[main] - Timeout while waiting for serial port refresher - continuing anyway...
I'll have to push a new version to undo this change:
Code:
if (!settings.isLogExternalsOnly() && (target != null && settings.getLoggerPort() != null && doEcuInit(target))) {
"settings.getLoggerPort() != null" will never have a value on a system with no ports, so it will never connect to the ECU.
Oooh great find! I’ll still test it out, as my laptop doesn’t have any COM ports. So I definitely think this is the issue haha But it’ll be nice to confirm it firsthand.
Edit;
As expected, you were right haha By having a VAG-COM cable connected to my laptop, the V8.0 logger ran like a champ! But then obviously, the logger realized a COM port was open and continually attempted to try running NCS via VAG-COM rather than using the comparatively beefy OP2 lol