bozimmerman/Zimodem

Prestel / Viewdata Terminal support

marrold opened this issue · 1 comments

Hi,

Thanks for creating this software! I was wondering if it would be possible to add support for Prestel / Viewdata Terminals.

There's two main differences between other machines:

  1. They operate with a split baud rate, namely 1200 baud down and 75 baud up - I think this might be tricky to implement as the ESPs won't do a split baud rate. Not essential.
  2. Rather than enter they use ⌗ which is sent as 0x5F in ASCII - This causes problems when modems etc are expecting an AT command to be terminated with a newline.

Thanks