Content originally posted in LPCWare by renan on Fri Nov 01 08:51:37 MST 2013 I would like to announce here that there is a new Serial (RS232) Terminal. There are probably a lot of bugs, but I'm announcing to every one who wants to use. I really would like feedbacks.
The idea is "emulate a console terminal". Just like any other terminal in the Unix world. The idea was to get a better serial terminal to be used to develop with micro controllers. The original code was based on CuteCom, but now it does not look like. It was totally rewritten. Now it uses QtSerialPort (http://qt-project.org/doc/qt-5.1/qtserialport/qtserialport-index.html)
Content originally posted in LPCWare by renan on Wed Nov 06 11:10:09 MST 2013 The baudrates supported are from qserialport (a qt module). It's easy to compile, if you have any questions, I'm available to answer.