MKE02Z64 UART

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MKE02Z64 UART

652件の閲覧回数
dec88888888
Contributor I

"While using the MKE02Z64 microprocessor to implement serial port data transmission and reception based on the FRDM-KEXX-Driver-Library-Package routine, I observed that the received data consistently omitted the second byte. For instance, when I transmitted 7E 02 30 32 0D (in HEX) from a PC, the simulated microprocessor consistently received 7E 30 32 0D. Furthermore, for other commands, there was always a missing second byte. Despite thorough investigation, I have been unable to identify the root cause of this issue."

0 件の賞賛
返信
1 返信

622件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I suppose that the the "0x02" is STX, which is not a displaying character.

Pls try to change the data such as 0x30,0x31,0x32.... which are 0,1,2,3,4..., Pls try to change the data such as 0x41,0x42,0x43(A,B,C...).

This is ASCII code:

https://wenku.baidu.com/view/9ab6d1acb4daa58da1114a1d.html?fr=aladdin664466&ind=4&hitsid=1&target=%E...

Hope it can help you

BR

XiangJun Rong

0 件の賞賛
返信