Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 17:01 03 Jul 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : ASCII VT100 PIC18F 5V Version?

Author Message
retepsnikrep

Senior Member

Joined: 31/12/2007
Location: United Kingdom
Posts: 134
Posted: 05:45am 22 Dec 2014
Copy link to clipboard 
Print this post

Perhaps this is for Geoff.

I love the VT100 terminal Pic 32 device but I already have an 18F 5v based project and wonder if it's possible to recompile this into a simple cut down version.

A lot of us already have keyboards/pads, I/O, usb on our projects but what we are missing is a minimal pinout/component serial to B&W composite video device.
There are millions of composite monitors out there just begging to be driven by such as this.

Fixed 9600 baud 8,N,1 serial input would do me. But perhaps 36,800 if possible.

I've seen it done using an 8pin device. And I used it but it was expensive and closed shop.
http://www.speechchips.com/shop/item.aspx?itemid=5

Can we do it with a minimal pinout 12F, 16F or 18F PLL 5V device running perhaps on the internal osc at 30+mhz to negate the need for crystal/caps/voltage regulator as well?

The 8pin 12F1822 can run at 32mhz for example?Edited by retepsnikrep 2014-12-23
Gen1 Honda Insights.
 
Geoffg

Guru

Joined: 06/06/2011
Location: Australia
Posts: 3282
Posted: 12:17pm 22 Dec 2014
Copy link to clipboard 
Print this post

The current VT100 ASCII Video Terminal uses special features of the PIC32MX250 to generate the video signal - so you cannot simply re compile the code for another chip.

It might be possible to get a simple chip like the 12F1822 to generate a crude (low resolution) video like the chip that you linked to. However it would require a major software development effort and my first thought was... why bother? The difference between the 12F1822 and the PIC32MX250 is just $2.50 and the PIC32 version is much more versatile, has much better graphics and is working here and now.

So, sorry. This is not something that I would like to take on.

Geoff
Geoff Graham - http://geoffg.net
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025