Tapping data from a Unix VT220 terminal


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563

    Unhappy Tapping data from a Unix VT220 terminal

    Hi,

    Anybody worked with Unix VT220 (or 100/320) terminals. I need to design a display for a POS system and the operator console is a dumb terminal running at 9.6kbps serial. So the only way to get data from the POS terminal is to trap the serial data and parse it with the corrects field codes. For this I need to know the entire control code character for the terminal so that I can parse whatever fields I like. Any help or reference would be greatly appreciated. I have already build a prototype by analysing the data stream from the terminals and it is working. But I want to know the entire story so that future upgrades or different scenario can be handled with.

    Regards

    Sougata

  2. #2
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    See these links.

    Best regards,

    Luciano


    A parser for DEC’s ANSI-compatible video terminals:
    http://vt100.net/emu/dec_ansi_parser
    (Implemented in C and placed in the public domain).

    * * *

    ANSI/VT100 Terminal Control Escape Sequences:
    http://www.termsys.demon.co.uk/vtansi.htm

    * * *

    HyperTerminal Emulation Protocols:
    http://msdn.microsoft.com/library/de..._protocols.asp

  3. #3
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default Thanks a lot

    Dear Luciano,

    Thank you very much for the links. They are really helpful.

    Regards

    Sougata

  4. #4
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Question Did anybody use an external RAM and PBP

    Hi,

    For the mentioned app. I used a ring array (an adaptation of code from the picbasic list) with USART interrupt. Now my problem is parsing large amount of string from a whole screen dump of the VT220 terminal. I think I need an external RAM to store the entire data and hunt for valid entries there. Any ideas ??

    Regards

    Sougata

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Nokia 3310 display text
    By chai98a in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 26th August 2007, 03:39
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

Members who have read this thread : 1

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