forked from zietzm/Helmholtz_Test_Bench
Arduino initialization slow. #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
See issue #4
Fixed: Asynchronous and only tries one port defined in the config file.
1144e5fae9