Results 1 to 5 of 5
- 02-03-2008, 09:29 AM #1
Member
- Join Date
- Feb 2008
- Posts
- 2
- Rep Power
- 0
support of VT100 terminals over serial
My first post! Please be gentle.
I am looking to replace an existing application that has old VT100 terminals connecting over a serial port. Unfortunately, I need to live with the current infrastructure.
I am looking for recommendations on a java package that can help simplify my VT100 interactions. Something that wraps up the COM port communications, handles screen layout and accepts data from the terminal.
Can anyone point me in the right direction?
Thanks.
C.Rickey
- 08-06-2011, 08:30 PM #2
- Join Date
- Dec 2010
- Location
- Stockholm, Sweden
- Posts
- 222
- Blog Entries
- 9
- Rep Power
- 3
Why not search for something like "Serial java"?
Java Communications API
Maybe this is what you want for serial communication in Java.
The VT100 terminals are really simple to interact with so you should not
need an package for that. However, I think you can ncurses for that (if it is bindable to the COM port),
and I think jcurses is a Java port of ncurses, so that might do the trick.
But why are you using a physical terminal, and not a virtual one (like Linux VT)?Ex animo! Hibernate
Java, Arch Linux, C, GPL v3, Bash, Eclipse, Linux VT, GNOME 2 and many buttons on windows.
- 08-07-2011, 04:09 PM #3
Member
- Join Date
- Feb 2008
- Posts
- 2
- Rep Power
- 0
Really?
Its been 3 years since I posted my question, but thanks.
Last edited by c.rickey; 08-07-2011 at 04:11 PM.
-
- 08-08-2011, 10:52 PM #5
- Join Date
- Dec 2010
- Location
- Stockholm, Sweden
- Posts
- 222
- Blog Entries
- 9
- Rep Power
- 3
I'm not slow, I signed up two yours after it was posted.
And I got some spare time so I decided to try answer some unanswered post (no matter how old, because you get an e-mail when someone replys, and it may still be useful).Ex animo! Hibernate
Java, Arch Linux, C, GPL v3, Bash, Eclipse, Linux VT, GNOME 2 and many buttons on windows.
Similar Threads
-
Serial Port
By radhika in forum New To JavaReplies: 5Last Post: 11-06-2009, 10:40 AM -
Accessing Serial port using JDK 1.6
By hasani6leap in forum Advanced JavaReplies: 5Last Post: 01-24-2009, 03:23 AM -
Access Serial port
By hasani6leap in forum Advanced JavaReplies: 0Last Post: 02-12-2008, 09:45 AM -
Jagacy VT100/VT220 Emulator 1.1.1
By levent in forum Java SoftwareReplies: 0Last Post: 07-26-2007, 08:25 PM -
serial port
By musiigedeo in forum Advanced JavaReplies: 0Last Post: 07-23-2007, 04:52 PM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks