-
Notifications
You must be signed in to change notification settings - Fork 12
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
How to input commands after os.dupterm(scr) ? #1
Comments
FBConsole could only be used for output. You still need the serial port to input. |
You can give your object for the input stream as the named parameter
|
Yes,you have got what I mean to do. def readinto(self, buf, nbytes=0): I don't understand how to use 'buf' for input. So if you have free time,can you give me an easy example?Like push a button to input letter 'a' to the repl. |
How to input commands after os.dupterm(scr) ?
Just like the gif show in readme
Now I have a keyboard to input letters,how can I do to run the commands for keyboard input?
The text was updated successfully, but these errors were encountered: