imx8 qt5.15 serialport class issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx8 qt5.15 serialport class issue

593 Views
songhongliang
Contributor II

HI

I'm using imx8dx's development board. Use Qt5 In version 15,
when I use the qserialport class of QT,
when sending 0x00 ~ 0x0f, 0x03 will be displayed as 0x83 at the receiving end,
and 0x08 will be displayed as 0x88 .
Why does this happen? Isn't NXP UART standard

 

Thanks

0 Kudos
3 Replies

576 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello songhongliang,

 

Correct the Qt5.15 has a bug on it, but you can workaround convert the received to 0 in last bit, I apologize with all inconvenience this will be fixed in next release.

 

Regards

Tags (1)
0 Kudos

569 Views
songhongliang
Contributor II

HI ,

I am the sender. I am using the lpuart of imx8dx to send data to MCU

thanks

0 Kudos

572 Views
songhongliang
Contributor II

HI,

The next kernel version? You can give it to L5 4.70 a patch.

thanks.

0 Kudos