Register

Search found 115 matches

Return to advanced search

Casimo
Wed Feb 27, 2013 6:38 pm
 
Forum: General
Topic: fx-CG10 vs. fx-CG20
Replies: 2
Views: 8626

fx-CG10 vs. fx-CG20

What are the differences between these two models?
What one is better (Why)?
Casimo
Wed Feb 27, 2013 3:44 pm
 
Forum: Casio fx-9860 SDK
Topic: Serial port questions
Replies: 68
Views: 150893

Re: Serial port questions

1a) That's correct. The calc doesn't know whether you plugged the cable in or not (so I think). 1b) I tried this before. Here an idea (A is host, B client): CONN_START = 0xFF CONN_SUCESS = 0xFE A: CONN_START, wait for CONN_SUCESS B: wait for CONN_START, CONN_SUCESS ... Now they are aligned. ... CONN...
Casimo
Tue Feb 26, 2013 4:51 pm
 
Forum: Released Projects
Topic: fxMouse - Control your pc with casio fx9860
Replies: 26
Views: 78597

Re: fxMouse - Control your pc with casio fx9860

I think the cables are the same. Maybe you have to press stronger when you plug the cable in.
Casimo
Sun Feb 24, 2013 7:34 pm
 
Forum: Released Projects
Topic: fxMouse - Control your pc with casio fx9860
Replies: 26
Views: 78597

Re: fxMouse - Control your pc with casio fx9860

I'm not sure but maybe you could try to open the port with parameters = 0x20?
(0x20 & 0xF0 = 0x20)

It could also be like Serial_Open() with a char-array as short...
Casimo
Sun Feb 24, 2013 6:48 pm
 
Forum: Released Projects
Topic: fxMouse - Control your pc with casio fx9860
Replies: 26
Views: 78597

Re: fxMouse - Control your pc with casio fx9860

I can't find Comm_TransmitOneByte in the documentation - what are the syscall adresses?
Casimo
Sun Feb 24, 2013 3:04 pm
 
Forum: Released Projects
Topic: fxMouse - Control your pc with casio fx9860
Replies: 26
Views: 78597

Re: fxMouse - Control your pc with casio fx9860

Taken from Simon's docs. Most of the Comm-functions should work like the corresponding serial functions. The Comm-Functions are heavily used in the CommunicationsProtocol. 0x028D: int Comm_Open( unsigned short parameters ); If parameters ANDed with 0xF0 is 0x20, the USB communication channel...
Casimo
Sun Feb 24, 2013 8:31 am
 
Forum: Released Projects
Topic: fxMouse - Control your pc with casio fx9860
Replies: 26
Views: 78597

Re: fxMouse - Control your pc with casio fx9860

I don't have a 3pin to serial cable. Is it possible to change the program so you can use the USB cable?
Maybe we could make the calculator send the same protocol like a mouse so it is possible to plug it only in :D.
Casimo
Thu Feb 21, 2013 5:15 pm
 
Forum: Released Projects
Topic: Stereo
Replies: 15
Views: 41946

Re: Stereo

What does 63frac31 do?
Edit: Oh, just read.
Casimo
Thu Feb 21, 2013 5:08 pm
 
Forum: Released Projects
Topic: Stereo
Replies: 15
Views: 41946

Re: Stereo

Oh, i thought that would be more than one command :) I'll try it again.
Casimo
Thu Feb 21, 2013 3:25 pm
 
Forum: Released Projects
Topic: Stereo
Replies: 15
Views: 41946

Re: Stereo

The thing is that on the fx9860 you can't write
Code: Select all
List->Mat(3,4,5)->Mat V

So could you explain what happens here?

The only thing I know is that you store something in Mat V :D
PreviousNext

Return to advanced search