Web Development
imodem.txt
Associated article: Internet Connectivity In a Box
Tags: Web Development
Published source code accompanying the article by Al Williams in which he uses off-the-shelf components to build system that does everything from handling e-mail to remotely monitoring temperatures.
Internet Connectivity and Embedded Systems
by Al Williams
Figure 3:
sendString("@TDM1");
if (waitStatus(90)!='C' ||
waitStatus(30)!='P' ||
waitStatus(60)!='H' ||
waitStatus(30)!='M')
System.out.println("Can't connect!");
System.out.println("Done");
Listing One
import stamp.core.*;
...


