Well, I havent used SERIN, never really had use of the serial stuff before.

Now I have:

main:

HSERIN [ str rxarr\8\13 ]
LCDOUT $FE, 1, "Serial data is:"
LCDOUT $FE, $C0, rxarr
pause 500
goto main:


..This just print the first char I write.. I want rxarr to contain eight chars.

btw I found this on melabs website, which made me even more confused..

http://melabs.com/resources/samples/pbp/usart.bas