Happy New Year and good to know the forums board is back up so I can post further questions here rather than via email.
This is the same ship anti-heeling-system I've just re-started working on after a long break.
I'm using the SmartSerial board as-is without any changed firmware, using a different micro to trigger the inputs of the SmartSerial board for the most part.
But I had a couple of question about timer events.
What command(s) do you send to cancel a timer that has already been initiated?
Suppose I send :
5t1300
But meanwhile the conditions change dictating that 5R shouldn't be turned on
I've tried multiple 5R0 commands but it the time keeps ticking and eventually works
I've even tried pre-emptingquickly turning it on and then off with successive:
5T10
5R0
On a similar note, how many timer commands can be kept being sent to the board one after the other before overflowing or filling up any internal buffer? The reason I ask is that I kind of kept sending multiple 5T0... commands thinking it would overwrite my pending 5T1 but it appeared that the board had no problem keeping track of my original 5T1300!!