Have VDrive 2 - what now?
PaulF
Posts: 62
Hi, I've just received my VDrive 2 (Vinculum) from FTDI but I'm struggling as to where to start with it. Does anyone have a schematic and a simple program to allow me to read a group of characters from a .txt file on a USB memory stick. I'm new to the propellor but I have to get up to speed very quick to develop an application consisting of a text file containing approx 5 million unique codes (each code has 8 alpha numeric characters), a 4x20 LCD display and a printer. The Propellor needs to read the codes consecutively, decrypt them, display them on the LCD display and pass them to a printer via serial comms (possibly RS232).
I really only need help to get my first successful READ and possibly a WRITE to the memory stick. Any help would be appreciated.
Paul
I really only need help to get my first successful READ and possibly a WRITE to the memory stick. Any help would be appreciated.
Paul
Comments
There are three objects that deal with communicating with a Parallax Datalogger , which is basically the Vdrive 2. The objects cover UART and SPI modes of communicaion.
Jeff T.
hope this helps
Jeff T.
My complete object is placed in the object exchange under Datastorage, named DataloggerSPI.
It creates a text file in a directory and reads back that file, displaying any error that
the Vinculum chip may throw.
It uses SPI mode and thus it requires 4 I/O pins for CS, SCLK, SDI and SDO.
Put 1k series resistors between prop I/O pin and Vinculum pin.
http://obex.parallax.com/objects/category/1/
regards peter
Thanks Peter, i just noticed your post.