Git Product home page Git Product logo

Comments (4)

rickparrish avatar rickparrish commented on September 24, 2024

fTelnet is meant for use with BBS software, and so supports the sequences that are commonly used by them. I'm guessing the device you're connecting to expects a VT-100 compatible client, which fTelnet is not.

Handling ESC 7 and ESC 8 will require some changes, because the current parser only handles sequences where [ follows ESC, but should be doable.

As for the arrow keys, I'm not sure what's going on there. They send the sequence ESC [ A (or B or C or D), so I'm not sure what would cause the characters for 0x01, 0x02, 0x03 and 0x04 to appear. If you find out what sequence the device wants, I could probably add an option to fTelnet where you can specify which sequence to send.

from ftelnet.

JohnFantasy avatar JohnFantasy commented on September 24, 2024

So excited that you replied!
I tested again and found that the problem about the arrow keys is not a problem.I telneted the device on my own PC and it was the same as fTelnet.Sorry about that.
About the "ESC 7 and ESC 8" and the Backspace problem(maybe they are one problem),can you please help me with it. I've been reading your source code for days,but because of my lack of related knowlege,I'm afraid that it is beyond my ability.I would be very grateful.
By the way,can I get your Facebook or Twitter account so we can communicate easily?

from ftelnet.

JohnFantasy avatar JohnFantasy commented on September 24, 2024

Hello, Rick
I spent more time dealing with ESC7 and ESC8 escape sequences, but I did not find a solution. I checked a lot of information online, but did not find a reference for the treatment or theoretical knowledge.
I need your help:-(

from ftelnet.

rickparrish avatar rickparrish commented on September 24, 2024

Sorry for not coming back to this sooner. I'm going to assume you found a solution, or switched to using something else, and am going to close this issue. If you are still using it and could use the ESC7 and ESC8 assistance let me know and I'll take a look.

from ftelnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.