[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VSDRIVE stand alone host (no pc) thread
On Saturday, October 13, 2012 10:26:05 AM UTC-5, Riccardo wrote:
> Il giorno sabato 13 ottobre 2012 02:12:29 UTC+2, Kevin ha scritto:
>
> > > Check up handshake RS-232 and set up it slow speed.
>
> >
>
> >
>
> >
>
> > There is no handshake, but I can watch bits fly by perfectly on the LA, as far as speed, thats the first thing I checked and it does it with all bitrates and various delays between bits
>
>
>
> If I'm not mistaken, in the SD memory card you put Virtual.po, if you have tried to read data whit PC by CiderPress for example, how were these files?
>
> You already post this but i'm not clear.
I figured out whats going on, AVRGCC is clipping everything to a int, thats fine for knowing what block to read, but when I multiply it by 512 to read that part of the file it tops out.
so I know wth is going on ... just got to fix it