Hey Dave, thank you for your respond. I was able to communicate with my Nano LanReach i just set the AutoBaudRate and everything worked out.
Also i did study the http://www.picbasic.co.uk/forum/showthread.php?t=14912 of your example code. I've read the whole conversation with john ellis. Anyway, i want now to use my NanoLanReach as a webserver but i am completly confused. I dont know where and how to write HTML code to upload a simple messaging website , like :

<HTML>
<HEAD>
<TITLE>SAMPLE PAGE</TITLE>
</HEAD>
<BODY>
<h1>~headline~</h1>
</BODY>
</HTML>


-Witch protocol shall i use FTP or HTTP ?? I'm trying to find something in the Programmers Manual but i only did activate the internal webserver and i got the local IP as a response.

-Do i have to do port forwarding so i get my device to the outter world ?