Vinculum VNC1L Vdrive2 module problems


Closed Thread
Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924

    Default

    Again, with out seeing your code it makes it difficult to find the problem.

    Here is a couple of things to look for ( I have not used the short set, and I do not have time to set one up at the moment).

    Code:
    SEROUT2 VinRXD,8588,["OPR ",X1,".DAT",13]
    The above is ECS format to open a file with the *.DAT extension. X1 is a variable from an array with different file names.

    I would guess the same code in SCS format would look like
    Code:
    SEROUT2 VinRXD,8588,[0E,20,X1,".DAT",0D]
    One of the confusing things from the data sheet. The DS says "." is a space. Using ECS the "." is "," as in my above code. So I am not sure if there is a comma between 0E and 20 or just a space.

    Another thing, are you using ASCll or binary values?

    If you can get it to work in ECS, why do you want SCS?
    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    Jul 2008
    Posts
    4

    Default

    I'm using Ascii values in ECS mode (it's working, as I said) and I'm have to use Binary values to set from ECS mode in SCS mode, and then I have to send commands in SCS mode. I can't post the code because the project is too big (C/C++ project-I'm working with an Embedded 386SX CPU ISA Half Size SBC Series).I was thinking that someone has encountered a bug about SCS mode...
    Last edited by the_virus; - 21st July 2008 at 06:40.

  3. #3
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924

    Default

    Good luck, I can not help with C, most of us here use PIC BASIC. Guess that is why this forum is named MELabs PICBASIC Forums .

    I will suggest contacting FTDI, their support is pretty good.
    Dave
    Always wear safety glasses while programming.

  4. #4
    Join Date
    Jul 2008
    Posts
    4

    Default

    Ok..thanks! (I've write here because it's the only forum where someone writes about Vdrive2)

  5. #5
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924

    Default

    Quote Originally Posted by the_virus View Post
    Ok..thanks! (I've write here because it's the only forum where someone writes about Vdrive2)
    That is interesting. I thought they were more popular.

    I have a project coming up were I will be using a VDIP1. When I get started on it I will give shorts a try (still do not see the advantage) and post what happens here.
    Dave
    Always wear safety glasses while programming.

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 Vdrive2
    By enigma in forum USB
    Replies: 15
    Last Post: - 8th May 2012, 01:51
  4. Version Control
    By btaylor in forum mel PIC BASIC Pro
    Replies: 33
    Last Post: - 16th October 2011, 17:12
  5. Replies: 1
    Last Post: - 27th July 2008, 06:14

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