Vinculum Vdrive2


Closed Thread
Results 1 to 16 of 16

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    12

    Default Vdrive2 logger

    I have built a logger using the Vdrive2 and wrote a blog on it. At the blog I posted schematics and code for both a 8 bit and 10 bit version. The logger uses a DS1307 for a time stamp and saves data at 1 per second using a 16F688 pic and Pic Pro Basic.

  2. #2
    Join Date
    Aug 2006
    Location
    Omaha, Nebraska USA
    Posts
    263

    Default

    The VMusic2 is also cute.
    Russ
    N0EVC, xWB6ONT, xWN6ONT

    "Easy to use" is easy to say.

  3. #3
    Join Date
    Nov 2007
    Location
    South-West of Australia. A small town called Denmark. 'Where the forest meets the sea.'
    Posts
    136

    Default Vdrive2

    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

  4. #4
    Join Date
    Nov 2008
    Posts
    12

    Default Vinculum Write Command

    Whats wrong with it? $00 $00 $00 $15 = 21 in decimal. This tells the vinculum that 21 bytes will follow to be written. If you add up the bytes, you get 21.

  5. #5
    Join Date
    Nov 2007
    Location
    South-West of Australia. A small town called Denmark. 'Where the forest meets the sea.'
    Posts
    136

    Default VDrive2

    Thanks for your reply.

    I thought the VDrive2 would take the first four hex numbers after the "WRF" and read zero bytes to follow?

    What are the $00 doing?

    Regards Bill legge

  6. #6
    Join Date
    Nov 2008
    Posts
    12

    Default WRF command

    WRF is reading a long word of 32 bits, starting with MSB first. So if the first 3 bytes are zero, you must read in a zero. You can't take a short cut and just send $15.

  7. #7
    Join Date
    Nov 2007
    Location
    South-West of Australia. A small town called Denmark. 'Where the forest meets the sea.'
    Posts
    136

    Default Vdrive2

    Thanks,

    I'd not seen that the VDrive2 was looking for a LONG.

    Regards Bill Legge

Similar Threads

  1. VDIP1 (Vinculum - FTDI) problems
    By BrianT in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 20th August 2013, 13:51
  2. How to drive the Vinculum VDIP1 in UART mode
    By BrianT in forum Code Examples
    Replies: 41
    Last Post: - 23rd May 2013, 12:34
  3. Vinculum and CP2102
    By WEspezial in forum Forum Requests
    Replies: 0
    Last Post: - 22nd June 2009, 08:00
  4. Vinculum VNC1L Vdrive2 module problems
    By the_virus in forum Serial
    Replies: 9
    Last Post: - 21st July 2008, 07:01
  5. help me to read data from vdrive2
    By prameela in forum General
    Replies: 7
    Last Post: - 19th March 2008, 09:20

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts