If you look on the SmartMouse disk CMD provided a driver that had to be loaded before you could set or read the RTC. I believe it is the same driver used with the SmartTrack. It looks like the source code is included on the disk.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Hydrophilic on March 04, 2010, 03:48 PM
I'm familiar with ZED (nice 80-column text editor), but can you provide links / info on CW and Karma?
Quote from: RobertB on March 03, 2010, 03:18 PM
Ah, there it is. Thanks! Can you tell what changes you made to it?
Or show us a thread where it is discussed,
10 d=8:l=0:input"enter filename: ";f$:print
20 open15,d,15:iff$=""then70
30 l=l+1:open2,d,2,f$+",l,"+chr$(l)
40 input#15,a,b$,b,c:close2:ifa=.then80
50 ifa=50then30
60 print:printa;b$;b;c
70 close15:end
80 close15:print"record length= "l