The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



CBMSTUFF FORUM
Making an actual telnet connection=garbled text - Printable Version

+- CBMSTUFF FORUM (https://www.cbmstuff.com/forum)
+-- Forum: CBMSTUFF PRODUCTS (https://www.cbmstuff.com/forum/forumdisplay.php?fid=1)
+--- Forum: WiModem (https://www.cbmstuff.com/forum/forumdisplay.php?fid=75)
+---- Forum: Usage (https://www.cbmstuff.com/forum/forumdisplay.php?fid=77)
+---- Thread: Making an actual telnet connection=garbled text (/showthread.php?tid=365)

Pages: 1 2 3


RE: Making an actual telnet connection=garbled text - Zeropage - 10-12-2017

(06-20-2017, 02:28 PM)admin Wrote: Yeah, don't forget to enable flow control for 9600 baud with AT&K1, otherwise you will likely have issues.

So, since I knew zero about internet connectivity before the WiModem project, I decided to look into telnet to see what it really is.  Apparently, you should be filtering ESCape characters (0xFF) and that is something that I don't do.  So, I am looking into that.

Yeah, I had to do that manually with wibridge for android.