Ok

All work fine now but :-)

I receive the data from rfid reader in ascii i use to receive data on the pic this:

Serin2 PortD.0,84,[Wait("E0") ,Daten[6],Daten[5],Daten[4],Daten[3],Daten[2],Daten[1],Daten[0]]

Daten[7] = $E0

but when I send to pc and to LCD with this

HSEROUT [hex2 Daten[7],hex2 Daten[6],hex2 Daten[5],hex2 Daten[4],hex2 Daten[3],hex2 Daten[2],hex2 Daten[1],hex2 Daten[0],13,10]

Lcdout $fe,$80,hex2 Daten[7],hex2 Daten[6],hex2 Daten[5],hex2 Daten[4],hex2 Daten[3],hex2 Daten[2],hex2 Daten[1],hex2 Daten[0]

I receive on the PC and on the LCD this : E030343031303030

I don't have found the way to convert to hex I need Hex on PC and on LCD.

Thanks

Regards Pesti