Solid doesn't detect serial device on Windows
Closed, ResolvedPublic

Description

When using Atelier on Windows, solid doesn't detect the serial device.

Using the build installer:
If you run Atelier and then connect the device: Doesn't detect.
If you run Atelier again when the device is connected: It works

Using the installed version:
Not known

rizzitello closed this task as Resolved.EditedNov 1 2017, 11:31 AM
rizzitello claimed this task.
rizzitello added a subscriber: rizzitello.

Newer versions of atcore can return connected devices using the QSerialPort info for places where we can't deploy solid

Clients have two ways to get this list you can call AtCore::serialPorts() to get a QStingList of the connected serial devices.

You can also use the signal AtCore::portsChanged to get this list at a timed interval. In order to enable this you must first set the serial timer interval to a non 0 value using AtCore::setSerialTimerInterval.

rizzitello reopened this task as Open.Nov 1 2017, 11:33 AM

accidently closed ti before.

rizzitello removed rizzitello as the assignee of this task.Nov 1 2017, 8:04 PM

This should be done with the connection dialog. Unasigning myself .

isn't this a solid bug ?