You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Miriam Serial, we noticed that the physical order of the well columns does not correspond to the order in the UI. The read assay ('R') arduino command output in supposed to be in a format "A1,A2,A3...E12", but instead we received it in a different order: "A11,A12,A9,A10,...,A1,A2,..., E1, E2".
To overcome the problem I made a quick change in Control.cs to rearrange the received data before displaying it (see this commit). However, it seems like the correct place to fix this problem would be in the arduino code, ReadAssay() function.
The text was updated successfully, but these errors were encountered:
When using Miriam Serial, we noticed that the physical order of the well columns does not correspond to the order in the UI. The read assay ('R') arduino command output in supposed to be in a format "A1,A2,A3...E12", but instead we received it in a different order: "A11,A12,A9,A10,...,A1,A2,..., E1, E2".
To overcome the problem I made a quick change in
Control.cs
to rearrange the received data before displaying it (see this commit). However, it seems like the correct place to fix this problem would be in the arduino code,ReadAssay()
function.The text was updated successfully, but these errors were encountered: