> Mindaugas Karciauskas schrieb: > > The problem: > > MSP should echo a symbol. But when I send a symbol to MSP from > > HyperTerminal, for example 'e' (= 65h ), the software reads the buffer > > RXBUF0 and sends it back through TXBUF0. However I don't get back 65h > > but D9h instead. Or if I send 6Ch I get back FBh and so on. > > > > It is definately not the HyperTerminal which sends the wrong code, we've > > i've made bad experiences with that program. i'll never use it again. > the current mspgcc windows installer now includes a small and simple > terminal program: msp430-miniterm ;-) >
HyperTerminal is well-known to be unreliable, unstable and inconsistent, as well as very inconvenient for this sort of use. For the mspgcc windows package, could I suggest Tera Term Pro instead? It's small, open source, does everything you normally need in a simple terminal program, and has some extra functionality (such as a scripting language) without cluttering the interface? http://hp.vector.co.jp/authors/VA002416/teraterm.html For those looking for more functionality (at the cost of more complexity), there is also RealTerm (also open source): http://realterm.sourceforge.net/ mvh., David