Hello, I want to create a program to talk to the com port (something like hyperterminal or minicom). The display should be a box that outputs characters as they come in (from the port), and accepts characters as input, which it sends to the port. Characters entered on the screen should not be shown on the screen (which is the default behavior of hyperterm and minicom).
I was planning on using the Tkinter Text widget for this, but see no way of having the user enter data, without it showing up on the screen. Is there a way to do that? Is there another widget that can do it? Thanks, Mike -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss