-
> I'm not really sure I understand what time has to do with swapping SD cards.
On my particular camera (Finepix E900) swapping SD cards means a lid has to opened which also has the contacts for two AA batteries.
I always fear that this might cause glitches within the cameras real time clock. So I try to take a photo of (a watch or) the GPS logger while I'm pressing the waypoint button...
2009-11-06 13:28:15 UTC in MTK GPS Datalogger Device Control
-
It would be nice if a warning message would show if the user disables RCR.
I have been burned by that when geolocating fotos of a vacation. I took fotos of me pressing the button of the GPS logger whenever I was swapping SD-cards. None of these events/waypoints showed and so I was not able to determine the time offset of the camera and thus the correlation between fotos and GPS data was only...
2009-11-04 21:51:28 UTC in MTK GPS Datalogger Device Control
-
> I cannot upload the source file, it is more than 600k.
Could you compress the file first?
Depending on the algorithm you can expect a compression ratio of better than 1:10.
Using SDCC's source code as example:
34273280 sdcc-src-2.9.0.tar (uncompressed)
5344913 sdcc-src-2.9.0.tar.gz (gzip compressed)
3764926 sdcc-src-2.9.0.tar.bz2 (bzip2 compressed)
2786804...
2009-09-10 10:23:29 UTC in Small Device C Compiler
-
Hi Gál,
are you using an unsigned char or an unsigned integer index into the table / how large is the table / is the procedure that you have removed a function call / is the data pointed to 1/2/4 byte wide / could you provide a snippet of your source code?.
2009-08-27 20:45:28 UTC in Small Device C Compiler
-
just a note and maybe a little early to complain: I submitted patch 2833387 "various: hex output , line feeds, baudrates, devices, ..." about three weeks ago and received no response.
2009-08-26 12:18:36 UTC in Cutecom
-
Hi,
attaching a patch with various changes:
- hex output also outputs printable chars
- additional baudrates are offered (as in termios.h)
- if no devices have been chosen yet /dev/ttyUSB0 is added to default devices
- qtextedit is used instead of qtextbrowser
- new lines injected into the output window have been removed
- scrolling of output window has changed
- message box if a...
2009-08-06 21:52:22 UTC in Cutecom
-
Hi Jonathan,
aren't you the guy that posted:
https://sourceforge.net/mailarchive/message.php?msg_name=1245784764.1960.61.camel%40localhost.localdomain ?
> rm -rf sdcc
you mean you built that street through the galaxy? More luck elsewhere,
Frieder.
2009-07-20 18:59:14 UTC in Small Device C Compiler
-
frief committed revision 5481 to the Small Device C Compiler SVN repository, changing 3 files.
2009-07-20 14:48:24 UTC in Small Device C Compiler
-
Hi Borut,
thanks for #5474!
> ""z80-sdcc -mmcs51 ..." generates code for z80 and not for mcs51."
No, it already is as you want it to be:)
(The variable "found" is checked in the loop condition of the 2nd loop,
so a previously (by -m option) assigned port is not overriden.)
Greetings,
Frieder.
2009-07-18 12:45:07 UTC in Small Device C Compiler
-
in svn revision #5473.
Leaving the request open for now because I couldn't check with Windows and because "make install" does not set the links (do we want to?)
2009-07-15 20:28:40 UTC in Small Device C Compiler