piTelex
piTelex copied to clipboard
Control a historic teletype device (Telex) with a Raspberry Pi or PC in Python3
Hi, I'm not using the i-Telex funcitonality but am instead connecting a telex to a raspberry pi using the GPIO port and a PCB (TW39) variant) What mode do I...
https://github.com/fablab-wue/piTelex/blob/3ffa643dd9136631691c38355a40ac5fb6ef8739/txCode.py#L70 Provides a translation for the at sign from @ to (AT) But, https://github.com/fablab-wue/piTelex/blob/3ffa643dd9136631691c38355a40ac5fb6ef8739/txCode.py#L48 Marks @ as a valid TTY character. So the code in https://github.com/fablab-wue/piTelex/blob/3ffa643dd9136631691c38355a40ac5fb6ef8739/txCode.py#L110 will not convert it.
The issues remarked on this TwitterV2 module are now (mostly) resolved. However. They are still present in the original Twitter module. https://github.com/fablab-wue/piTelex/commit/5d7c307c3b9fb12e094f741ff0ee0855d5e100b0#commitcomment-80482769
Hi! I am trying to build a PiTelex and am curious if I need the SMD parts at the bottom. The partlist seems a bit.. incomplete. I got most stuff...
Hi, nice project. I have built the PCB and a PSU and have installed the software like in the description. Can you update the HowTo of the I-Telex Wiki Page,...
Can you upload the gerber data and bom or the .sch and .brd files for the serial board, please?
in reference to https://github.com/fablab-wue/piTelex/commit/4e54ea91605042340cb8f4538128bbc408795b12 please consider either providing a way to access config statically or decapsulate functionality from event handler (i think the former would be prefererable.) if option is...