Vfd vaf1613-12lsr2


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2007
    Posts
    55

    Default Vfd vaf1613-12lsr2

    Good Morning

    Have bought a VFD on ebay - 16 character starburst (removed from a fruit machine)

    Ive not had any luck with it so far....

    Has anyone had any experience with these displays and know how to get them working?
    Ive got a 12v supply to the unit, and have been trying to send data...nothing so far...

    SYMBOL resetvfd = PORTC.0 'Reset
    SYMBOL clockvfd = PORTC.1 'Clock
    SYMBOL datavfd = PORTC.2 'Data

    PAUSE 2000
    '-------------------------------------------------------------------------------
    resetvfd = 1

    PAUSE 1000
    resetvfd = 0
    PAUSEUS 50
    resetvfd = 1
    PAUSEUS 150

    SHIFTOUT datavfd,clockvfd,5,[$FF,$C0,$A0,$04,$04]

  2. #2
    Join Date
    Sep 2010
    Location
    Las Vegas, NV
    Posts
    305


    Did you find this post helpful? Yes | No

    Default Re: Vfd vaf1613-12lsr2

    Just spit balling,
    Did you make portc.0 digital? I'm thinking you might need that logic level.
    You might try swapping resetvfd=x values and/or adding a longer delay. Seems it's only out of reset for 50us which may be too short of a time to see display.
    Again may be of no use but it's the first thing I thought of.

  3. #3
    Join Date
    Feb 2007
    Posts
    55


    Did you find this post helpful? Yes | No

    Default Re: Vfd vaf1613-12lsr2

    Thanks for the reply

    I've tried playing around with the delay times, different shiftout modes today
    still nothing

    the pic i'm using is 16F877 @ 20MHz
    PORT C all set to O/P - I Believe all of port C is digital I/O

  4. #4
    Join Date
    Jan 2012
    Location
    Grid EN19MV
    Posts
    159


    Did you find this post helpful? Yes | No

    Default Re: Vfd vaf1613-12lsr2

    Not sure if this helps, the digits of the model number after the dash are different, but this might work.....

    http://www.farnell.com/datasheets/21126.pdf
    "I have noticed that even those who assert that everything is predestined and that
    we can change nothing about it still look both ways before they cross the street"


    -Stephen Hawking

Similar Threads

  1. Replies: 9
    Last Post: - 18th March 2013, 22:52
  2. shiftout to vfd problem
    By DDDvvv in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 6th November 2010, 04:30
  3. VFD pinout and connections
    By rshaver in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 26th October 2010, 05:48
  4. VFD and HPWM
    By shawn in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 12th January 2009, 02:12
  5. vfd
    By jcleaver in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 15th February 2007, 22:25

Members who have read this thread : 1

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

Tags for this Thread

Posting Permissions

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