Search the web
Sign In
New User? Sign Up
timexdatalinkusbdevelop · Timex Data Link USB Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 234 - 263 of 1125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
234
Hi, libdlusb 0.0.9 is out. This version seems very stable and everything I need is almost done. If someone is interested in creating a nice GUI PIMS, that...
Huidae Cho
geni4u
Offline Send Email
Oct 2, 2005
10:33 am
235
Very nice! It compiled without a hitch on Linux (Ubuntu 5.4 Hoary) and every function tested (about half so far) worked perfectly. However, I can only get it...
Vern Ceder
vernceder
Offline Send Email
Oct 3, 2005
4:10 am
236
Sorry. I use FreeBSD, so I don't have any idea about USB access on Linux. There must be a way to use a USB device as a non-root user. Check this thread: ...
Huidae Cho
geni4u
Offline Send Email
Oct 3, 2005
5:18 pm
237
I have been trying hard to find the time to work with this software...it has changed lots since I tried it last. I'm having the same problem. I configured and...
Owen Heisler
owenh000
Offline Send Email
Oct 3, 2005
5:51 pm
238
Ah, yes, I think that was what I was looking for. I can see that only root can write to /proc/bus/usb... I had gotten as far as figuring out that the /dev/usb...
Vern Ceder
vernceder
Offline Send Email
Oct 4, 2005
4:00 pm
239
Many thanks again - changing the permissions usbfs was mounted with did indeed enable me to use the programs as non-root users. Cheers, Vern Ceder ... Linux. ...
Vern Ceder
vernceder
Offline Send Email
Oct 5, 2005
6:23 am
240
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the timexdatalinkusbdevelop group. File :...
timexdatalinkusbdevel...
Send Email
Oct 8, 2005
1:58 am
241
Hi, all Since the mode browser is getting pretty much stable, I decided to publish the source so that others might *cough* *cough* learn from it or improve...
pmarques@...
pauloemcasa
Offline Send Email
Oct 8, 2005
2:05 am
242
Is the calendar in there? Ray ... publish the ... improve upon it. ... stomach, just in ... always my sources...
rayandanja
Offline Send Email
Oct 8, 2005
2:08 am
243
... Yes, it is. It has suffered minor changes to be included as an applet, but it is pretty much intact. I didn't know which license you wanted to give it...
pmarques@...
pauloemcasa
Offline Send Email
Oct 8, 2005
2:13 am
244
Hi, all You probably read the mail on the users list about the DTMF dialer. I didn't mention any technical details there but I thought I should mention them...
pmarques@...
pauloemcasa
Offline Send Email
Oct 8, 2005
2:38 am
245
I'm not worried at all about the license... Ray ... is ... said "my ... anything else. I ... commercial ... would ... if push comes...
rayandanja
Offline Send Email
Oct 9, 2005
3:53 pm
246
Paulo, I was just thinking that your Wristapp could probably just open the database of the Contacts Wristapp to get phone numbers. Think this is possible? Ray...
rayandanja
Offline Send Email
Oct 10, 2005
9:45 pm
247
Paulo, Regarding you multiplications and divisions, I think I have subroutines in SciCalc (with code posted) that will do this. Ray ... dialer. I didn't ... ...
rayandanja
Offline Send Email
Oct 10, 2005
9:50 pm
248
... Hi, Ray ... It is surely possible, since the DB_OPEN_FILE and the DB_OPEN_FILE_LINK_LIST functions both take a DBExternalMemoryAddress as input. So we can...
pmarques@...
pauloemcasa
Offline Send Email
Oct 10, 2005
10:17 pm
249
... Hi, Ray (again :) ... I had already done the multiplication part (read: the easy part). I went to see your code for the FDIV and although I think I can use...
pmarques@...
pauloemcasa
Offline Send Email
Oct 10, 2005
10:23 pm
250
Paulo, Timex posted the format of their databases in a pdf file a few months ago... I think the contact DB format was in there, but I don't remember for...
rayandanja
Offline Send Email
Oct 10, 2005
10:53 pm
251
Hi Paulo and Ray :-) , I'm also interested by the multiplication and division subroutines. I'm looking for : 16 bits x 16 bits = 32 bits 32 bits / 16 bits = 16...
Pierre
mauricebidib...
Offline Send Email
Oct 11, 2005
6:02 am
252
Pierre, The source for SciCal3 is posted in the Files section. I have a routine in there for multiplying 8x24. There is also code that uses this routine to...
rayandanja
Offline Send Email
Oct 11, 2005
11:33 am
253
... Bonjour, Pierre :) ... Ok, I'll do them generic enough to be used anywhere and post them in the files section. -- Paulo Marques Software Development...
Paulo Marques
pauloemcasa
Offline Send Email
Oct 11, 2005
1:26 pm
254
Thanks -- Pierre...
Pierre
mauricebidib...
Offline Send Email
Oct 12, 2005
8:57 am
255
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the timexdatalinkusbdevelop group. File :...
timexdatalinkusbdevel...
Send Email
Oct 14, 2005
12:50 am
256
Hi, all I've just uploaded a small library with just 2 functions: multiply two 16 bit numbers to give a 32 bit result and divide a 32 bit number by a 16 bit...
Paulo Marques
pauloemcasa
Offline Send Email
Oct 14, 2005
12:58 am
257
Ola Paulo :-) Merci :-) -- Pierre...
Pierre
mauricebidib...
Offline Send Email
Oct 14, 2005
6:39 am
258
Just read a web page from somebody who spent a long time trying to get his old Palm to DTMF dial a phone and eventually gave up. Saw another page of the same...
rayandanja
Offline Send Email
Oct 14, 2005
6:06 pm
259
Hi, Ray ... Its obvious these guys didn't have the *cough* *cough* skills *cough* that we have ;-) Now seriously, I also agree that this _may_ not be possible...
Paulo Marques
pauloemcasa
Offline Send Email
Oct 14, 2005
6:28 pm
260
Paulo, I found some code for DTMF here: ftp://ftp.embedded.com/pub/2003/06hinerman This looks like a fast and clever way to generate the PWM values... Ray ... ...
rayandanja
Offline Send Email
Oct 14, 2005
9:48 pm
261
... Hi, Ray ... Thanks for the link. This is basically the same thing I do, with the accumulators and the increments. The tricky part is to implement...
pmarques@...
pauloemcasa
Offline Send Email
Oct 14, 2005
9:57 pm
262
Hi! This is my first post! Let me just say that these two apps are simple perfect! But TreeBrowser hangs if my data excedes 10kb! I do not know what is wrong! ...
eoglasi7
Offline Send Email
Oct 19, 2005
10:28 am
263
... Hi, Eoglasi ... The current version is still a prototype (although I've been saying this for months now :( ). There is a 255 node limit per node group. A...
Paulo Marques
pauloemcasa
Offline Send Email
Oct 19, 2005
12:22 pm
Messages 234 - 263 of 1125   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help