ssec-jhu / evolver-ng

Next gen eVolver controller for bioreactor project - wip
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add provision for delay between serial commands #64

Open amitschang opened 3 months ago

amitschang commented 3 months ago

Basically this: https://github.com/FYNCH-BIO/evolver/blob/master/evolver/evolver_server.py#L281, which looks like it will be necessary. They do a default of 0.1, configurable, which may or may not be the lowest it can go reliably.

Without this it is possibly to missfire a command that occurs immediately after another.

jamienoss commented 3 months ago

This will just be a config option for the serial connection class, right?