Repetitive sending commands with programmed interval.
Kabron287 opened this issue · 5 comments
Hello,
very appreciate for your program.
Could you add some little feature:
repetitive sending commands with programmed interval.
I try to describe why. There are a family of chinese USB testers by Kotomi or ChargerLAB which have ability to send data to PC. Native SW is uncomfortable for me and I have to make a trick to use the testers with your SW. I use splitted COM ports to periodically send starting message for tester SW from one program and receive the answer in your program. That is why it'll be very useful to have it all in one place.
The intervals interesting for me are: 10s, 1s, 100ms, 50ms, 20ms, 10ms, but of course it may be setted numerically to any value.
Thanks in advace,
Vladimir
P.S.
One issue:
COM port# does not restored from savings.
Hi @Kabron287 , sorry for late response. I've been very busy in the last couple weeks. I remember your message in hackaday.io : )
I will consider adding this feature, it sounds useful. But since it's kinda specific and you already have a workaround going (I do the same by the way) I won't prioritize it.
Can you please write a more detailed issue about the other problem you mentioned. Preferably in bitbucket.
Oh I already got it. I meant you to describe this further:
P.S.
One issue:
COM port# does not restored from savings.
It would indeed be useful to have a way to send a command repeatedly at fixed intervals. I've needed it a few times and had to switch to other terminal programs (for example Terminal.exe or Termite), which don't allow plotting.
Thanks again for writing and updating this great program.