Results 1 to 5 of 5

Thread: A question for you tech heads out there!

  1. #1
    Variable Bitrate
    Join Date
    Mar 2002
    Posts
    266

    A question for you tech heads out there!

    Okay, I have data sheets from Noritake for a VFD and a serial interface card that is supposed to work with it. I've looked them over and from what I can gather, the interface card attaches to the rear of the VFD module and you can just power the interface card and plug an RS232 serial cable into the interface card and it "takes care of the rest." However, I am not certain and I'd like to make sure what's going on here. I'm posting the data sheets for the VFD and the serial interface card and I'd really like y'all to look them over for me to verify my assumptions.

    Basically, I want to ensure that I can just plug a standard RS232 serial cable into the interface card without having to solder, splice, or otherwise mangle my hardware. I also want to ensure that this this will interpret serial-line data the same way as an LCD because the program I'm using was written for an LCD. I don't know if it makes a difference or not, but that's why I'm asking. THanks for the help!

  2. #2
    Raw Wave Rob Withey's Avatar
    Join Date
    Apr 2000
    Location
    Bedfordshire, UK
    Posts
    2,139
    You'll still need a cable from the 6 pin serial port to your PCs serial port. Hope you can get one of those if you are not wanting to do any soldering or building of cables.

    Whether it works will be mostly down to your software. The protocol is defined on the datasheets. It'll be easy to program for. A program written for your average parallel port LCD probably isn't gonna work here (needs to write to serial port for one thing).

    The parallel interface looks to be starightforward (44780 compatible). The serial interface adds the additional interesting twist on the escape character which the software will need to be able to cope with.


    Rob
    Old Systems retired due to new car
    New system at design/prototype stage on BeagleBoard.

  3. #3
    Variable Bitrate
    Join Date
    Mar 2002
    Posts
    266
    After I posted this, I noticed that 6-pin RS232 annoyance... Assuming I somehow find a connector from there to my serial port, would the display be able to handle a program written for a serial LCD? I know this module is technically a parallel display but would it display correctly from a program written for serial displays?

    Also, should my fortune take an awful twist, it there a how-to on cable building...?

  4. #4
    Raw Wave Rob Withey's Avatar
    Join Date
    Apr 2000
    Location
    Bedfordshire, UK
    Posts
    2,139
    Originally posted by King_Xerxes
    would the display be able to handle a program written for a serial LCD? I know this module is technically a parallel display but would it display correctly from a program written for serial displays?
    Depends entirely on the program. What protocol? Is it written for 44780 protocols? Will it cope with the escape character weirdness? Will it be able to configure the serial controller part of the device? In short, there is no easy answer to this question without giving more information.


    Rob
    Old Systems retired due to new car
    New system at design/prototype stage on BeagleBoard.

  5. #5
    Variable Bitrate
    Join Date
    Mar 2002
    Posts
    266
    Again, my lack of programming knowledge comes and bites me in the butt...

    I'm planning on using a rudimentary Linux program called Blaine

    http://www.opensores.org/blaine

    I suppose I'll email its author about these issues but I've been pestering him an awful lot... oh well, that's what open source is all about... :-D

    If you know a thing or two about programming, maybe you could look at the code but I wouldn't presume to ask you to do that. I imagine it would be quite an undertaking.

Bookmarks

Posting Permissions

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