Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/10/02 07:26
Read: times


 
#22795 - Text Format for Terminal Apps on 8051
First, I'd like to thank everyone for their help with my original problem in getting my 8051 chip to work.. It seems the chip itself was actually faulty, and has been fixed.

I've been playing around with getting the chip to communicate back via the serial port. I've managed to open the serial port and send data, but it displays in my terminal app (SecureCRT and even HyperTerminal) as ASCII garbage. I'm just repeating the text "Test" with a newline.

How would you recommend I format the text so it can be viewed in an ANSI or other terminal emulation? Right now "printf('Test');" doesn't seem to be cutting it..

I'm writing this in C using the Keil compiler, but I figure the string should be the same in both C and Assembly...

Thanks in advance for your help!

-Ryan

List of 5 messages in thread
TopicAuthorDate
Text Format for Terminal Apps on 8051            01/01/70 00:00      
RE: Text Format for Terminal Apps on 8051            01/01/70 00:00      
RE: Text Format for Terminal Apps on 8051            01/01/70 00:00      
RE: Text Format for Terminal Apps on 8051            01/01/70 00:00      
RE: Text Format for Terminal Apps on 8051            01/01/70 00:00      

Back to Subject List