For Bill/mark Sherman at BOTSMAKER

Thanks for taking the trouble to put your VDRIVE2 project on the web.

I'm just starting with my VDRIVE2 and have been trawling through your PIC Basic Pro code to learn how to do it.

I'm not clear why your 'write' command works? According to the FTDI notes the command is:

"WRF", $hhhh

Where $hhhh is a word that is the number of BYTES following that are to be written to the currently open file.

Your format seems to be:

"WRF",$00,$00,$00,$15,$0d,DEC yy10.........

Why does this work please?

Regards Bill Legge