Shop OBEX P1 Docs P2 Docs Learn Events
Terminal Program? — Parallax Forums

Terminal Program?

Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
edited 2007-04-07 04:06 in Propeller 1
Before I re-invent the wheel...

Has anyone written a terminal program that uses FullDuplexSerial and
either the TV or VGA text drivers?

Thanks
Oldbit

Comments

  • NewzedNewzed Posts: 2,503
    edited 2007-04-06 23:02
    Not sure what kind of terminal you mean, but on my Prop piggyback the Slave has no VGA so it displays on Hyperterminal.· I'm using Mike Green's OS with the simulation object, and Pin 30 on the Slave to transmit to Hyper.

    Sid

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Yesterday is history, tomorrow is a mystery, and today is a gift.

    That is why they call it the present.

    Don't have VGA?
    Newzed@aol.com
    ·
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2007-04-07 00:08
    The response wasn't overwhelming so I started putting the pieces together.

    FullSerial, & TV terminal patched together very nicely! My hats off to you guys to put together some great spin objects! Thank you!

    Oldbit
  • QuattroRS4QuattroRS4 Posts: 916
    edited 2007-04-07 02:09
    Oldbitcollector,
    I use FullDuplexSerial and VGA driver as a demo for teaching practical classes at a local college - but I am sure there would be interest in a VT / wyse Terminal application ...

    Regards,
    Quattro

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    'Necessity is the mother of invention'

    Post Edited (QuattroRS4) : 4/7/2007 12:33:24 PM GMT
  • Shane De CataniaShane De Catania Posts: 67
    edited 2007-04-07 03:17
    ... and if you added RTS and CTS handshaking it would be fantastic! (just on the off chance you are looking for ideas)
    Cheers,
    Shane.
  • Oldbitcollector (Jeff)Oldbitcollector (Jeff) Posts: 8,091
    edited 2007-04-07 04:06
    Yes, I think I will expand my current code, but I'm afraid I'm going to disappoint...

    Since I started with TV text, I'm going to add support to pick the incoming and outgoing lines, and baud rate. Then add support for ANSI and PETSCII color. (Yeah, I know,"useless." heh) But if you look at one of my project pages (http://telbbs.petscii.com) you'll understand. [noparse]:)[/noparse]

    Oldbit
Sign In or Register to comment.