News:

The Savage///Circuits website has been upgraded to a more efficient theme.

Main Menu

Back To The CrowPanel Handheld Computer

Started by granz, Sep 10, 2025, 12:46 PM

Previous topic - Next topic

granz

Well, in my first response (#1,) I showed the program, and it does close the data file, just before printing the date and time on the screen. So, I'm not sure what is going on there.

I just plugged it in, and here is the newly rewritten program:
Date$ = "01-01-2000"
Time$ = "00:00:00"

Do
  Open "b:test-time.dat" For append As #1
  Print #1, Date$, Time$
  Close #1
  Pause 300000 ' Delay for five minutes
Loop
This is basically the same as the above program - missing the display onto the screen.

Since, I had let the battery die, I will leave it plugged in until tomorrow to fully charge the battery. Then I will unplug it and immediately start the program. Hopefully, this will give us something with which to work on finding the troubles.

SMF spam blocked by CleanTalk