Re: A89: ti convert


[Prev][Next][Index][Thread]

Re: A89: ti convert




Ok..  Now I've got it to work..  this was the procedure:

1. Remove that extra ! after the actual filename
2. Change the byte at $3B from $0E to $0D
3. Decrease the byte at $35 with one..  (if it was $B2 it should be $B1 and so
on..)

the file will work even without that last step, but you will have that repeating
problem..
the file transferred is some bytes to large to.. but they work. :)  I guess it
is just some
random data after the actual file.. it _should_ not be a problem :)

//Olle (who just _might_ write his own parallel link program :)

Olle Hedman wrote:
> 
> sorry for that letter.. I've fixed my cable now.. and will shut up until
> I get it to work :)
> 
> //Olle
> 
> Olle Hedman wrote:
> >
> > hmm.. just checked a bit closer, trying to figure out the fileformat..
> > try with a hexeditor where you can delete bytes, to delete that ! after
> > the internal filename to.. maybe it will work then..
> > (I got to fix that cable now, so I can test this myself :)
> >
> > //Olle
> >
> > BLoWh0Le@aol.com wrote:
> > >
> > > In a message dated 98-10-17 22:23:25 EDT, you write:
> > >
> > > << Here is something that would work with .92@-files with the "8-char error"
> > >
> > >  open up the file in a hexeditor of your choice.  go to the byte at position
> > > $3B
> > >  (it should read $0E) change this to $0D. this byte tells the linkprogram how
> > >  long the filename is if I'm not mistaken..
> > >  This _should_ work..  my linkcabel is broken, so I cant test it myself...
> > >
> > >  //Olle >>
> > >
> > > i tried it out, and although i'm not too adept at hex editing, it didn't work
> > > too well, but it came close.  i changed the values around a bit, and i got the
> > > link program to use the right number of characters in the name, but on any
> > > value other than the original, it would repeatedly send it over and over, and
> > > would cause a link transmission error on the calc after the first sending.


Follow-Ups: References: