cancel
Showing results for 
Search instead for 
Did you mean: 

SCI transmission with ST72314

croceo
Associate
Posted on January 22, 2004 at 10:12

SCI transmission with ST72314

2 REPLIES 2
croceo
Associate
Posted on January 22, 2004 at 06:32

Hi,

I'm using the sci interface to send datas to my computers on his RS232 entry.

In Fact, tests are done qith the real time emulator MDT2.

So with the hyperterminal of my computer i send 4 bytes to my ST7, and after that my ST7 send to my computers the same 4 bytes.

The problem is that these 4 bytes are not the same and if i send an ascii code to the computers (0x42 for example) the computers do not print 0x42 value.

I don''t know where is the problem. could you help me?
jatin
Associate II
Posted on January 22, 2004 at 10:12

You can debug your application by-

1. Ensure that baud rate is same on both sides.

2. Try to transmit a byte from your side but not the byte received through hyperterminal ( if it is ok it means there is a problem on the reception side).

3. Check the data on both rx & tx pins and compare them.

Hope it helps!

[ This message was edited by: Jatin on 22-01-2004 14:43 ]