[Qt-jambi-interest] How can I get the keyboard input in Qt?

2010-01-12 Thread liweikuijinan
I'm writing an GUI application like Hyper Terminal with Qt.Now I can receive data from serial port,but when I need to input something interacting with the program in the other end,what I type can't sent to it. I think I should get the string I typed fist,then sent to serial port. so, how can I

Re: [Qt-jambi-interest] How can I get the keyboard input in Qt?

2010-01-12 Thread Helge Fredriksen
Are you sure you are writing to the right list? This is the mailing list for Qt Jambi, the Java bindings for Qt. If you're programming in Java, there are several alternatives to serial IO communication, the open source version was usually at http://rxtx.qbang.org but it seems to be down