Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to send sequence after connecting #1

Open
mithro opened this issue Aug 13, 2017 · 3 comments
Open

Add ability to send sequence after connecting #1

mithro opened this issue Aug 13, 2017 · 3 comments

Comments

@mithro
Copy link
Member

mithro commented Aug 13, 2017

Frequently people don't know to press enter after flterm connects, so they sit there waiting for something to happen.

If we could send an enter after connecting, people would see the prompt.

An expect script would be even better. That would allow us to issue a reboot command.

@mithro
Copy link
Member Author

mithro commented Aug 25, 2017

Example;

while True:
   send('\n')
   If recv('>'):
      Break
   Sleep()

Send('reboot') || Send('serialboot')

@CarlFK
Copy link
Contributor

CarlFK commented Aug 30, 2017

Any chance of this being addressed in the firmware?

Installing a patched term program or addon config/script seems like it will cause more confusion than forgetting to press enter.

@mithro
Copy link
Member Author

mithro commented Aug 31, 2017

There is no way this can be addressed in firmware, the firmware gets no notification that a user has connected / disconnected from the console.

This flterm program is installed as part of our environment and is used for make load-firmware and similar commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants