Search found 3 matches

by oceanq
Fri Jan 25, 2019 5:46 pm
Forum: General Discussion and Questions
Topic: use of select.poll() with multiple uarts
Replies: 3
Views: 9542

Re: use of select.poll() with multiple uarts

Would select.poll() be the most efficient way to deal with logging asci data that is on multiple uarts? I have 3 UARTS, two of the UARTS are sending data at a 1 second interval (gps, and another sensor), the third UART has a data rate that varies between 0.75 and 1.25 seconds. If I modified the simp...
by oceanq
Sat Jan 19, 2019 4:26 am
Forum: General Discussion and Questions
Topic: datetime and strftime
Replies: 7
Views: 15062

Re: datetime and strftime

Thank you! I almost had it! The syntax is always hard to find.
Is there a link for these format rules?
Cheers,
Q
by oceanq
Fri Jan 18, 2019 3:33 am
Forum: General Discussion and Questions
Topic: datetime and strftime
Replies: 7
Views: 15062

Re: datetime and strftime

pythoncoder,
I tried several times to rearrange the format of the filename string, with no progress.
I was wondering if you can assist with getting a date and time to show up as:
2019_01_17_hh_mm_ss.dat
thank you,
oceanq