Thread: usb programming

  1. #1
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490

    usb programming

    i have a ti-89 calculator, and i've bought a linking cable to join my computer to it. little did i know how flaky the connections were. i'd transfer maybe a file or two (over usb) and it would just stop until i reconnected my usb cable and tried again.

    being fed up with this i did some research. i believe that the problem lies in the calculator's receiving ability. i think it may time some things wrong and the usb calls just pass right by it until i reconnect it.

    there is another way to transfer files, but there's only software for calculator to calculator transfer. i want to replicate that connection from computer to calculator, because for some reason on the calculators that connection has never failed.

    if you're completely confused at this point i'll just ask this question. how hard is it to write programming that sends signals to and from the calculator via the usb port? there is linux source code for a ti-89 usb driver, which i can check for reference. (too bad it doesn't compile...)

    and one final question: am i wasting my time?

  2. #2
    Registered User TravisS's Avatar
    Join Date
    Jun 2002
    Posts
    536
    I guess the only thing I have to recommend is the fact that there are other transfer programs than the one provided by TI. I'm sure you already know that, but just in case, now you do

    www.ticalc.org is a great place to go. Assuming it's still running. What I normally had to do to get my calc to transfer right was get the plug wet, then twist it just right untill it worked A real pain in the ass.

  3. #3
    Registered User TravisS's Avatar
    Join Date
    Jun 2002
    Posts
    536
    Actually, I have another idea. You said it never failed a calc-to-calc transfer. Well, get a calculator emulator

    You can download VTi and use that. I had it for a while on my calc. Made transfers (and testing programs) very easy.

  4. #4
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    ygf, can u program in c++ for the ti-89?

  5. #5
    Registered User TravisS's Avatar
    Join Date
    Jun 2002
    Posts
    536
    No, but there is a C compiler. No C++ because it's a calculator c++ has too much overhead, so they never made a C++ compiler. Or at least not while I was messing with them, maybe the do now, but I doubt it.

  6. #6
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    Originally posted by TravisS
    I guess the only thing I have to recommend is the fact that there are other transfer programs than the one provided by TI. I'm sure you already know that, but just in case, now you do

    www.ticalc.org is a great place to go. Assuming it's still running. What I normally had to do to get my calc to transfer right was get the plug wet, then twist it just right untill it worked A real pain in the ass.
    can you go into great detail on this? it would save me a lot of pain if it's just a little water i need.
    Actually, I have another idea. You said it never failed a calc-to-calc transfer. Well, get a calculator emulator

    You can download VTi and use that. I had it for a while on my calc. Made transfers (and testing programs) very easy.
    unfortunately, it doesn't work with usb connections.

    I guess the only thing I have to recommend is the fact that there are other transfer programs than the one provided by TI. I'm sure you already know that, but just in case, now you do
    i've tried the tilp driver for windows. (the tilp driver for linux doesn't compile on my machine.) no change.
    ygf, can u program in c++ for the ti-89?
    assuming you meant c, no. i could learn, though. it looks like just another sdk. i have compiled hello worlds for the calc, but that's about it.

  7. #7
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    I HATE USB! Whenever I try to use something with it, it will ask me for my Windows ME Disk, which I don't have, because Win ME was installed in the factory! Now how bogus is ¿that?
    .

  8. #8
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    btw, i'm sure it's not a usb problem because i have a usb mouse and a usb webcam which work correctly 99.9% of the time.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [Hardware + Software][C++ or C#] USB Fan
    By Mywk in forum C++ Programming
    Replies: 16
    Last Post: 07-04-2009, 03:12 PM
  2. question about usb
    By h3ro in forum Tech Board
    Replies: 6
    Last Post: 01-18-2009, 05:02 PM
  3. Write protecting USB drive
    By stevesmithx in forum Tech Board
    Replies: 8
    Last Post: 01-17-2009, 04:37 PM
  4. USB Drives???
    By khpuce in forum Tech Board
    Replies: 14
    Last Post: 12-12-2003, 09:01 AM
  5. Printers On USB
    By (TNT) in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 03-10-2002, 11:48 AM