Hi there, I am developing a wristapp which has GUI to edit the options in the Timex USB. I created also an installer to install my application. It is working...
I'm a little confused about how breakpoints work in VDLK. The "conditions" are different from the debuggers I've used in the past. What I would like to do is...
Just saw an interesting sound generating chip. Was thinking that I could connect it to the piezo and dial telephone numbers... But, the PCD3312C is sadly now...
I wish I knew a little more about the USB interface... I noticed a couple weeks ago a new type of SD card with an integral USB interface. This think is small...
http://crpit.com/confpapers/CRPITV40Hutterer.pdf Doesn't really mention the water-resistant feature, which is a big one for me. I am very tempted to make my...
Hi, You may be interested in some bug fixes in the libdlusb library: http://geni.ath.cx/libdlusb.html Unfortunately, these days I have no time to write code...
Just saw some SPI flash chips like these: http://www.nexflash.com/spiflash_over2.htm Looks like I could solder that on the existing 32k chip pretty easily....
Hi, Is there somebody who know the maximum ASD size ?? I'm working on the VDLK (VirtualDatalink... the watch emulator) and I need this information to do a...
Hi, all I've been programming a somewhat large amount of code in assembly and been frustrated by the tools we have at our disposal. The emulator helps a lot,...
I wrote a demo metronome app recently but had to use a stopwatch resource to do it in order to get reliable 16hz updates. I would like to not use any...
I just started using Pierre's indexed guide and found it extremly useful. I would highly recommend that any serious programmer download it ASAP! Ray PS:...
Anybody know for sure if the register contents are preserved on a state change? I just noticed that the API reference says that only the B register is...
Just FYI: KSTP_CLEAR_RESOURCE_DATA doesn't do what it's supposed to and KSTP_RESET_ALL_RESOURCE gives compiler error because kstpResetAllResource is unknown...
Hi, I posted a new PC software called 'Wristapp analyser'. This software display for a wristapp the containt of : - APP file (Parameters file) - PAR file...
Hi, all I've included the calendar app in the mode browser as an applet. It will be out with the next version. I wanted to include an application to check the...
Paulo, Good job, I've loaded up your mode browser and I think I'll keep it. (It was hard to select the last mode on my watch sometimes). But, I do miss my...
Some more feedback from FC4: Seemed to work (read for about 20 seconds), then error. No errors from the watch. [root@localhost libdlusb-0.0.5b]# ./dump -R...
Hi list, I renamed dl to libdlusb since it's now a library for UNIX-like OSs. It supports two USB libraries: libusb (general) and usbhid (*BSD). Since I don't...
Hi all, I've just uploaded the source code for both the 2Simple card game and the Julian Date application. The 2Simple card game has all sort of "dirty" tricks...
Hi, I have a question about the EEPROM data structure. There is a gap between two ADDs like the following: TOD COMM CONTACT ADD: 0x0440, allocated size: 3264 ...
Hi, all I've just uploaded the first prototype of the card game we've been discussing these last few days. I called it "2Simple" because "Simplicity" wouldn't...
Oops! Sorry, I forgot to add the url: http://geni.ath.cx/datalink.html ... Date: Thu, 21 Jul 2005 05:33:19 -0500 From: Huidae Cho <timex4u@...> To: Data...
Hi, I've uploaded dl 0.0.3. Now you can add a Contact record, which is my priority. For developers, HID related code is separated in hid_freebsd.c, so another...
Hi list, I made a utility to connect to the watch under FreeBSD: http://geni.ath.cx/datalink.html . It's still pre-alpha state. Actually, I wanted to make a...