This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Calculator Hardware, Electronics, Robotics subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Calculator Modifications => Calculator Hardware, Electronics, Robotics
Author Message
Ben Trettel


Member


Joined: 17 Jul 2003
Posts: 153

Posted: 06 Sep 2003 07:48:25 am    Post subject:

Has anyone made a mouse type thing for you calc? I don't mean something that uses the arrow keys, but a real mouse attached at the link port.
Back to top
KD5YTX


Advanced Member


Joined: 03 Aug 2003
Posts: 306

Posted: 06 Sep 2003 09:47:47 am    Post subject:

Whoa... That would be really cool. Someone otta design a combo-keyboard and mouse set that plugs into the com port (yeah they'd be slow, but they would be better than nothing).

Evil or Very Mad Evil or Very Mad Evil or Very Mad
Ninjas love mice... Oh yeah...
Evil or Very Mad Evil or Very Mad Evil or Very Mad
Back to top
IntrnalDsK


Member


Joined: 23 Jun 2003
Posts: 103

Posted: 06 Sep 2003 02:01:10 pm    Post subject:

Wow...A calculator that runs as bad as windows Surprised
Back to top
Flash
Umpa Loompa


Member


Joined: 31 Aug 2003
Posts: 110

Posted: 06 Sep 2003 07:05:17 pm    Post subject:

Quote:
Wow...A calculator that runs as bad as windows

is that really possible?
Back to top
NETWizz
Byte by bit


Bandwidth Hog


Joined: 20 May 2003
Posts: 2369

Posted: 07 Sep 2003 02:17:42 am    Post subject:

It depends on who writes the assembly for the oporating system.

BTW, if you try Michael V's calculator OS, you will be impressed.

It has never crashed on me...Ever!
Back to top
Darth Android
DragonOS Dev Team


Bandwidth Hog


Joined: 31 May 2003
Posts: 2104

Posted: 07 Sep 2003 01:30:32 pm    Post subject:

where can i get it? can you post a link?
Back to top
62 52 53 53
Formerly known as 62 52 53 53


Active Member


Joined: 30 May 2003
Posts: 607

Posted: 07 Sep 2003 04:33:32 pm    Post subject:

um, you still have to compile it, right? has he updated it recently? just wondering...
Back to top
NETWizz
Byte by bit


Bandwidth Hog


Joined: 20 May 2003
Posts: 2369

Posted: 08 Sep 2003 02:57:48 pm    Post subject:

I don't know.
Back to top
Toksyuryel
Crimson Dragon Software


Elite


Joined: 14 Jun 2003
Posts: 880

Posted: 08 Sep 2003 08:16:11 pm    Post subject:

I have an OS that runs as bad as windows. It's called windows.
Back to top
Flash
Umpa Loompa


Member


Joined: 31 Aug 2003
Posts: 110

Posted: 08 Sep 2003 08:41:15 pm    Post subject:

you cant say windows runs as bad as windows because windows is windows... to make more sense say something like "linux runs as bad as windows" or "linux runs worse then windows" but not "windows runs as bad as windows" thats just confusing



[this post does not represent the views of the viewer, unitedti, bill gates, and definently not the poster]
Back to top
AlienCC
Creative Receptacle!


Know-It-All


Joined: 24 May 2003
Posts: 1927

Posted: 09 Sep 2003 05:28:09 am    Post subject:

I have never seen linux fail (kernel panic) when the problem was not a hardware failure, hardware misconfiguration (also can be considered a failure), or a result of alpha state hardware drivers for very peculiar hardware (dialogic voice T1 cards), etc.

On the other hand, I have seen windows a clean install with nothing extra loaded kill itself (blue screen of death) in under 10 minutes of being idle just after a fresh install on perfectly healthy hardware.

To say that linux behaves worse then windows is a very naive and uneducated assumption. I have been privileged with extensive working knowledge of both OS's, and can only say that windows is by far inferior in every aspect except for ease of use for gaming in my opinion.

--AlienCC
Back to top
Darth Android
DragonOS Dev Team


Bandwidth Hog


Joined: 31 May 2003
Posts: 2104

Posted: 09 Sep 2003 01:35:08 pm    Post subject:

no one said that linux ran worse than windows. Flash just said that it was confusing to compare something with itself. Neutral
Back to top
NextPerception


Member


Joined: 08 Sep 2003
Posts: 203

Posted: 09 Sep 2003 05:01:39 pm    Post subject:

my dry erase board serves the purpose of an operating system better than windows. that is sad.

anyway with the mouse you could make it send something like this data packet

Timer: 0-1-0-1
Data: 0-0-1-0

You could make it to where the packets worked like this
always the driver would prossess four packets(16 bits) at a time to allow for diagonal movment of the mouse
the timer always goes 1 0 1 0 1 0 1 0 1 0...
so 1001 wont make the calculator think it recieved a 101 because of nothing in between the two zeros
then on the data line the first number of the packet could be
if it is 0 then the mouse is not moving up or down and number 2 of the packet is irellevant if this is the case
the second number would be 1 if the mouse went up and 0 if the mouse went down
it would work the same way with the second two numbers except on number four would be 0=left and 1=right
then this would repeat and if for example the mouse was just move the equivalent of 1 pixel right and 2 up in a diagonal the data code would be
1100-0011-0000-1100
and 3 pixels up and 4 left would be
1110-1110-1110-0010

just a suggestion.
Back to top
Flash
Umpa Loompa


Member


Joined: 31 Aug 2003
Posts: 110

Posted: 09 Sep 2003 07:08:44 pm    Post subject:

Quote:
no one said that linux ran worse than windows. Flash just said that it was confusing to compare something with itself. 


exactly... i never meant to harm any linux users <sarcasism> at least not this time </sarcasim>

(we need a spell check)
Back to top
NextPerception


Member


Joined: 08 Sep 2003
Posts: 203

Posted: 10 Sep 2003 06:25:23 pm    Post subject:

for spell check just copy and paste your post into a program with spell check, then correct all, and copy corrected version back.
also if you find an error in your post later just use the edit command


Last edited by Guest on 10 Sep 2003 06:25:50 pm; edited 1 time in total
Back to top
Toksyuryel
Crimson Dragon Software


Elite


Joined: 14 Jun 2003
Posts: 880

Posted: 10 Sep 2003 09:33:09 pm    Post subject:

yes, but wouldn't it be easier if spell check were integrated into the board? JBirk, I hope your reading this.
Back to top
NextPerception


Member


Joined: 08 Sep 2003
Posts: 203

Posted: 11 Sep 2003 04:45:42 pm    Post subject:

yeah, I admit, it would be nice... but I would rather they use there time to finish up the main page before working on something like spell check which with just a little bit more effort could be done anyway with a spellcheck program.
Back to top
Flash
Umpa Loompa


Member


Joined: 31 Aug 2003
Posts: 110

Posted: 11 Sep 2003 05:10:38 pm    Post subject:

i am not only a self proclaimed lazy bastard, im told that every day by people i dont even know... and for me to "move mouse, select text, right click, move mouse again, select cut, move mouse yet again, minimize windows, open word, right click, move mouse, select paste, move mouse, click spell check, press enter at the oh so many words, move mouse again, click done, move mouse, select the text again, right click, select copy, move mouse, open united ti window, right click, select paste"... is just to much Surprised
Neutral and yes there is that many steps Neutral
Back to top
Toksyuryel
Crimson Dragon Software


Elite


Joined: 14 Jun 2003
Posts: 880

Posted: 11 Sep 2003 09:10:00 pm    Post subject:

Laughing How true...

Back onto the the topic of this, um, topic: Ask Adm. Wiggin. He uses a mouse for WallsXP, so he probably knows.


Last edited by Guest on 12 Sep 2003 01:35:38 pm; edited 1 time in total
Back to top
NETWizz
Byte by bit


Bandwidth Hog


Joined: 20 May 2003
Posts: 2369

Posted: 11 Sep 2003 11:19:34 pm    Post subject:

JACstudios_ceo wrote:
yes, but wouldn't it be easier if spell check were integrated into the board? JBirk, I hope your reading this.

Yes, I am reading this, but I did not write the forum software, nor do I have time to modify the forum myself to do spellcheck.

However, I will ask the development team of this forum about Spell Check.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page 1, 2  Next
» View previous topic :: View next topic  
Page 1 of 2 » All times are UTC - 5 Hours

 

Advertisement