Arduino initialization slow. #3

Closed
opened 2021-08-12 17:15:33 +02:00 by lteichroeb · 2 comments
Member

The Arduino object requires about 2s timeout to successfully connect. This blocks the application for an unreasonable amount of time, especially for many connected serial devices.

The initialization should execute asychronously. Maybe also try all ports at once.

The Arduino object requires about 2s timeout to successfully connect. This blocks the application for an unreasonable amount of time, especially for many connected serial devices. The initialization should execute asychronously. Maybe also try all ports at once.
Author
Member

See issue #4

See issue #4
Author
Member

Fixed: Asynchronous and only tries one port defined in the config file.
1144e5fae9

Fixed: Asynchronous and only tries one port defined in the config file. https://egit.irs.uni-stuttgart.de/eive/Helmholtz_Test_Bench/commit/1144e5fae92e5968b632c72a54075c5e6abcd9e5
Sign in to join this conversation.