
SDK 9850g
#1
Posted 08 January 2004 - 04:33 PM
i want to write link programm in C, so that i can transmit and recive files (*.cat) to from the calculator under <{GNULINUX}>. But i don't know, in which way i have to speak with the calculator, so that i could tell them here is a new programm. Where can i get information? Has anyone an idea?
Or has anyone written such programm?
thanks daniel
#2
Posted 08 January 2004 - 09:41 PM
#3
Posted 08 January 2004 - 11:49 PM

as for now the best site about the casio communication protocol is the one andy gave !
#4
Posted 09 January 2004 - 04:14 AM
#5
Posted 09 January 2004 - 08:12 AM
#6
Posted 09 January 2004 - 12:37 PM
Even if it uses dlls or similar stuff. The only things not supported are such programs
like Smartsurfer that use DUN or similar deep integrated programs.
#7
Posted 09 January 2004 - 03:01 PM
the problem is i dont know if the information from http://users.pandora.be/gp/casio/ are enough. i think with the information from "How Send( and Receive)" i only can talk with the calculater in programms with the send and recive command. So i think that isn't the protokoll to upload/recive any files.
thanks
#8
Posted 09 January 2004 - 03:44 PM
His e-mail adresse should be located in the about dialog. maybe he can help you.
#9
Posted 29 January 2004 - 09:35 PM
i search for table in which stand on the one site the string for the cat file and in the other site the appropriate (int)value.
thanks
#10
Posted 30 January 2004 - 01:17 PM


#11
Guest_Bytefish Productions_*
Posted 30 January 2004 - 01:19 PM
there is already a developer group that released a transfer program for <{GNULINUX}>.

URL: http://cafix.sourceforge.net/
Screenshot:
http://cafix.sourcef...net/capture.png
so this shows me how you hard you guys are really searching. (lol)
i don't even have a <{GNULINUX}> distribution on my computer and i find it...
oh and another edit:
there is a huge mass of informations on the casiocom site.
if you dont even understand those, i wouldnt begin to write a transfer program.
#12
Posted 30 January 2004 - 01:21 PM
#14
Posted 30 January 2004 - 04:47 PM
i had done a look to the cafix sourceforge project. i couldn't compile, but i did a look to the source. the table isn't implemented by them up to now, too. so i will make the table myself.
and thanks for that link

(my icq 99830930)
#15
Posted 31 January 2004 - 10:16 AM
#16
Guest_Bytefish Productions_*
Posted 31 January 2004 - 04:51 PM
it would be good for the community if a <{GNULINUX}> user checks the program and tells us if it's working or not (if not why). Because I guess there a lot of people being in need for such a piece of program. (btw. they also developed a library you can use for <{GNULINUX}> programs)
#17
Posted 11 March 2004 - 03:50 PM
but a have a problem. 3 numbers are used by two commands
hex 10 is used for line break and "/peta"
hex 7F 0A is used for "\Tptch" and "\D Start"
hex F7 0A is used for "\Do" and "\Break"
i don't know how to decide which i have to take???
#18
Posted 11 March 2004 - 03:58 PM
The calc must have some way to decide what command to use!
#19
Posted 13 March 2004 - 05:08 PM
#20
Posted 14 March 2004 - 12:24 PM
"A"?\->A
"B"?\->B
\If A<B
\Then A\->V:B\->A:V\->B
\IfEnd
A-\Int (A/B)*B\->R
\While R>0
B\->A
R\->B
A-\Int (A/B)*B\->R
\WhileEnd
\ClrText
"GGT="
\Locate 5,1,B
\Locate 1,2,"? F-Bert 2002"
\Locate 1,3,"www.outset.de"
can anybody say me how i can convert this back in the calculator format?
the problem is that i don't know how many characters i have to take after "\" .
i havn't found any rulez up to now....
#21
Posted 14 March 2004 - 01:04 PM
#22
Posted 14 March 2004 - 01:26 PM
#23
Posted 15 March 2004 - 11:31 PM
the problem was that the length after a \ was unclear because not every \.... ends of a space
#24
Posted 22 March 2004 - 04:29 PM
my icq: 81950298 - i have added you
#25
Posted 22 March 2004 - 05:48 PM
#26
Posted 22 March 2004 - 06:56 PM
which distro?i have <{GNULINUX}> and i need such a program
#27
Posted 22 March 2004 - 07:46 PM
you only have to unpack
change in the directory
do make
and than you can do ./lfa
its all for the command line

#28
Posted 22 March 2004 - 08:07 PM
#29
Posted 22 March 2004 - 08:11 PM
i'm not at my <{GNULINUX}> box now, but i'm guessing that you extract the file to a folder (make sure that you make a new folder first, we'll just call it 9850 or something), then at the command prompt, you type "do make" (just "make" might also work, but i dont know), it will compile, then just type "./lfa" to run it
#30
Posted 22 March 2004 - 08:15 PM

#31
Posted 22 March 2004 - 10:28 PM
#32
Posted 23 March 2004 - 12:38 AM
it could only up and download programms up to now.
more to implement should be easy
work it?
#33
Posted 23 March 2004 - 02:04 AM

#34
Posted 23 March 2004 - 11:04 AM

#35
Posted 23 March 2004 - 03:08 PM
download the file to a directoryx of your choice (i.e. /home/user)
change to console (terminal) and change to that directory
do "tar -zxvf lfa.tar"
change to directory lfa
do "make"
for starting do "./lfa"
that's it
#36
Posted 23 March 2004 - 05:28 PM
#37
Posted 23 March 2004 - 06:06 PM
do "make"
do "./lfa"
"tar -zxvf lfa.tar" is only for extracting the files from the tar-archive
#38
Posted 23 March 2004 - 06:33 PM
2. when i tried do "./lfa" all i get is an error
when i say i am new to <{GNULINUX}>, im not joking, i know nothing....
#39
Posted 23 March 2004 - 07:17 PM
2) before running ./lfa you have to do "make"
#40
Posted 23 March 2004 - 07:24 PM

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users