SENA HD1300 User Manual

Page 29

Advertising
background image

Starter Kit and User Manual for the HelloDevice 1300

29

Figure 5.11 index.html file for RS232 communication demo

(2) Build and upload web files in “SerialDemo” folder.

Follow the procedure described in section 5.1 with web files in “SerialDemo” folder instead of “FirstDemo”

folder to upload these web pages to the HelloDevice.

(3) After uploading has been completed, run the web browser to go to

http://192.168.1.15/index.html

page.

If the web page in figure 5.12 is not displayed, retry the (2) procedure.

(4) Test serial communication functionality of the HelloDevice.

You can try to test communication between your PC and HelloDevice in bi-directional manner. If you enter

characters on terminal applet of the HelloDevice web site, they are eventually echoed to the window of

HyperTerminal, or vice versa. In this demo, your PC functions both as a user device and as a user PC for remote

control of user device.

<HTML>

<HEAD>

<TITLE>telnet</TITLE>

</HEAD>

<BODY>

<H1>telnet</H1>

<APPLET CODE=telnet.class ARCHIVE=serial.jar WIDTH=590 HEIGHT=190>

<param name=address value="192.168.1.15">

<param name=port value=6001>

<param name=emulation value=vt320>

<param name=VTcolumns value=40>

<param name=VTrows value=12>

<param name=VTfont value=Courier>

<param name=VTfontsize value=24>

<param name=VTbuffer value=8>

<param name=VTscrollbar value=true>

<param name=VTcharset value=ibm>

</APPLET>

</BODY>

</HTML>

Advertising