Jump to content



Photo
- - - - -

lowercase letters?


  • Please log in to reply
15 replies to this topic

#1 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 04 July 2003 - 09:51 PM

i saw a program for the ti-83 (asm) which could make it so the calc to display lower case letters, and i was wondering if there was a basic program for the cfx so that i can do this.

#2 XYZ

XYZ

    Casio Fan

  • Members
  • PipPip
  • 46 posts
  • Location:Auckland, NZ
  • Interests:Lying on the beach on a hot sunny day

  • Calculators:
    Casio AFX2.0+, CFX9850, HP49G, fx-7700GB, TI-85, TI-92, HP20S scientific....

Posted 04 July 2003 - 10:48 PM

You can do it but you need to write the program on your PC. Casios do support ascii text (notice the lower-case letters in tokens like sin, And etc) but you can't type them from the calc that's all. If you have an AFX (with the useful copy and paste) you can make a file containing lowercase letters and send it to your calc, then copy and paste what you need....

#3 Andy.Davies

Andy.Davies

    Forum Ghost

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1547 posts
  • Gender:Male
  • Location:Dorset, England
  • Interests:Age: 18
    Studying: MEng in cybernetics at Reading uni
    Interests: Progaming (VB, VB.Net, C#, Casio Basic)
    Computers UBBD (Using, Building, Breaking & Destroying)
    Gaming (FPS, RTS, RPG)
    Electronics
    Rock Music (Preferably Loud)
    Riley's (Pool & Snooker Bar)
    Driving (Preferably fast)
    Aikedo (Martial Art)

  • Calculators:
    Algebra FX 2.0 ROM 1.01, FX9750G

Posted 05 July 2003 - 08:41 AM

there is another way of copying and pasting, but for the FX9750G and above CFX98xxG etc.)

it can only copy the entire program thou :D .

press: <span class=OPTN' /> <span class=F6' /> <span class=F6' /> <span class=F3' /> then:

<span class=F1' /> to store (followed by [F1-6] to select a mem slot to save to
or
<span class=F2' /> to recall (followed by [F1-6] to select a mem slot to recal from

hope this might be of help

#4 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 05 July 2003 - 09:32 PM

You can do it but you need to write the program on your PC. Casios do support ascii text (notice the lower-case letters in tokens like sin, And etc) but you can't type them from the calc that's all. If you have an AFX (with the useful copy and paste) you can make a file containing lowercase letters and send it to your calc, then copy and paste what you need....


so i need a cable?

#5 XYZ

XYZ

    Casio Fan

  • Members
  • PipPip
  • 46 posts
  • Location:Auckland, NZ
  • Interests:Lying on the beach on a hot sunny day

  • Calculators:
    Casio AFX2.0+, CFX9850, HP49G, fx-7700GB, TI-85, TI-92, HP20S scientific....

Posted 06 July 2003 - 03:41 PM

For AFX, yes...Or someone else who has a program containing the characters you want on their AFX. Hey here's a thought - why doesn't someone make a little program for the AFX that runs at startup and lets you do an alpha-shift?

#6 huhn_m

huhn_m

    Casio Maniac

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1957 posts
  • Gender:Male
  • Location:Germany / Dresden
  • Interests:Assembler(!!!)
    Computers and Programming
    Operating Systems
    Programmable Calculators
    Maths and everything arround it

  • Calculators:
    FX-82SX / AFX 2.0+ (ROM 1.03) / FX 1.0+ (ROM 1.03)

Posted 07 July 2003 - 11:12 AM

great idea! I'll do it. This will also include making an startup file in basic files that contains all
files to run when pressing the startup icon in the main menu.

#7 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 08 July 2003 - 12:49 AM

A very simple, but great idea... why not use <span class=CTRL' /><span class=Alpha' /> to make it easy to remember.

#8 XYZ

XYZ

    Casio Fan

  • Members
  • PipPip
  • 46 posts
  • Location:Auckland, NZ
  • Interests:Lying on the beach on a hot sunny day

  • Calculators:
    Casio AFX2.0+, CFX9850, HP49G, fx-7700GB, TI-85, TI-92, HP20S scientific....

Posted 08 July 2003 - 04:28 AM

Sweet I'll look forward to seeing it, don't forget to give me credit for the idea :) There are still those poor souls without a cable though :(

#9 huhn_m

huhn_m

    Casio Maniac

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1957 posts
  • Gender:Male
  • Location:Germany / Dresden
  • Interests:Assembler(!!!)
    Computers and Programming
    Operating Systems
    Programmable Calculators
    Maths and everything arround it

  • Calculators:
    FX-82SX / AFX 2.0+ (ROM 1.03) / FX 1.0+ (ROM 1.03)

Posted 08 July 2003 - 02:11 PM

I thought carefully about the problem and came to the result that it is NOT at all possible to modify the os so it show lower case letters. In 16h (keyboard int) doesn't deal with the meaning of the key (i.e. X or Log)
but only with the keycode (so B & log have the same keycodes). So it would not be possible to modify it using
this interrupt since the System "remembers" that you pressed SHIFT and then simply interprets the B key in another way. It is not possible (for me. someone more used to assembley might be able to. roeoender? martin?) to modify the calcs os. I'm really sorry :-(

#10 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 08 July 2003 - 02:47 PM

so you couldnt just write a program that runs at start up which waits for <span class=CTRL' /> and then a button, then prints the lowercase version of the letter to the screen?

#11 huhn_m

huhn_m

    Casio Maniac

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1957 posts
  • Gender:Male
  • Location:Germany / Dresden
  • Interests:Assembler(!!!)
    Computers and Programming
    Operating Systems
    Programmable Calculators
    Maths and everything arround it

  • Calculators:
    FX-82SX / AFX 2.0+ (ROM 1.03) / FX 1.0+ (ROM 1.03)

Posted 09 July 2003 - 08:57 AM

I could but the letter would only be shown on the screen but not send to the application and so
it would be shown but wouldn't be really stored in the basic file. It wouldn't even be noticed by the system.

#12 AlephMobius

AlephMobius

    Casio Freak

  • Members
  • PipPipPipPip
  • 189 posts

  • Calculators:
    AFX 2.0+, TI-89, EL-9300C

Posted 09 July 2003 - 12:58 PM

If you totally loathed the uppercase could you find the section of ROM that stores what pixels to turn on for the characters? Just change the picture of the letter so it looks lowercase.

#13 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 09 July 2003 - 01:31 PM

but then you couldnt do uppercase and it would only work on your calc, and not on someone elses that didn't have this program.

#14 genesis

genesis

    UCF BASIC Programming Runner Up

  • Super Member
  • PipPipPipPip
  • 281 posts
  • Location:Perth, Australia
  • Interests:Speaking German, computers, defending CFX calculators...

  • Calculators:
    CFX 9850 GB+

Posted 17 July 2003 - 06:13 AM

If you could change the pixels to turn of for the characters, I think you could get a lot better things than letters! You would basically never have to use graph mode again!!! B) (I think I've mentioned this before). If you could change a program from outside it, that would be really cool, again, you can do many more things than letters (high-level programming, game-makers etc.)

What I do to type lower-case letters in my programs is store a few letters in each of the function memory slots (leaving some blank), and then recalling them, deleting the ones I don't need (this takes a while to learn though) :blink: .

Does anyone know how to delete the List Ans from memory without a PC and/or resetting your calc?

The CFX calcs have a couple of lower-case letters as actual tokens (a-e, k,m etc.) but they look bad on a PC. Or you can just go crazy like the guy who made Indy 1000 and use a whole bunch of mixed up symbols that remotely represent letters!!! :greengrin:

#15 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 17 July 2003 - 03:39 PM

there is no List Ans, its just a single colum Matrix and stored as Mat Ans

#16 genesis

genesis

    UCF BASIC Programming Runner Up

  • Super Member
  • PipPipPipPip
  • 281 posts
  • Location:Perth, Australia
  • Interests:Speaking German, computers, defending CFX calculators...

  • Calculators:
    CFX 9850 GB+

Posted 18 July 2003 - 01:50 AM

That's strange... type in 'Dim Mat #' (making sure it exists) in the RUN menu. It will come up with a single column matrix, but when I go to the MAT menu, there is no Mat Ans. And the exact memory of the Matrix displayed appears in the List section of the memory and can't be deleted!!! :huh:

How do you scan a matrix for all the cells connected to a specific cell (not diagonally) that have the same value? Or even how to scan the row and column of that specific cell? (it's used in connect 5)

=== EDIT ===
There is a List Ans. Just use the normal commands and type in List Ans and it will bring you to it. If it doesn't, read the top of this post. At least on my calculator it does (it's been over-hacked :ph34r: remember?)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users