My first attempt to play with the RPC commands and a Visual Basic 2008 program.

Dependencies:   EthernetNetIf HTTPServer RPCInterface TextLCD mbed

Fork of RPC_HTTP by Fernando Machado

Revision:
3:4b05781a0988
Parent:
2:15c92a540ad2
Child:
4:bf7431934cf5
--- a/HTTPServerExample.cpp	Mon Oct 29 21:25:42 2012 +0000
+++ b/HTTPServerExample.cpp	Mon Oct 29 21:33:04 2012 +0000
@@ -1,6 +1,4 @@
-/* Funcionou com os arquivos 'RPCdemo.htm' e 'mbedRPC.js' na raiz do Mbed */
-/* Funcionou com os arquivos  'launch.htm e 'mbedapp.jar' na raiz do Mbed */
-/* Funcionou com o prg escrito em VB */
+/* HTTP and RPC */
 
 #include "mbed.h"
 #include "EthernetNetIf.h"