8000 GitHub - GhettoBastler/gml2mt: Draw GML tags on a Minitel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GhettoBastler/gml2mt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

gml2mt

Draw GML files on a Minitel. Written in Python3

demo.mp4

View tag on #000000book

Details about this project can be found on my website

Requirements

  1. A Minitel 1B or 2 (with a DIN-5 port on the back)
  2. Python 3.10+ with the pyserial library
  3. A logic level converter for adapting the voltages between the Minitel and the computer (this tutorial by Pila (in French) explains how to build y 7556 our own USB adapter)

Installation

Clone this repository :

git clone https://github.com/GhettoBastler/gml2mt.git

You will also need a GML file to display. You can download one from #000000book.com

Usage

Connect to the Minitel using the DIN-5 connector on the back and power it on. I personally use a Raspberry Pi instead of a computer, but this is not required. Any computer with a USB port and the correct adapter should do the trick.

On the Minitel

  1. Switch to graphics mode by pressing Fnct + T followed by V
  2. Change the baudrate to 4800 (the maximum) by pressing the Fnct + P followed by 4.

On the computer/Pi

Run gml2mt, passing the serial port to use and the GML file as arguments (if you are using a Raspberry Pi, the serial port should be /dev/ttyAMA0)

gml2mt.py SERIAL_PORT GML_FILE

The Minitel should start the animation after a few seconds

demo.mp4

License

The code for this project is licensed under the terms of the GNU GPLv3 license.

0