Tag Archives: send
xbee sample code with FTDI
If you received your xbees recently and want to do a super simple test, just connected one xbee to your arduino (xbee rx to arduino tx and xbee tx to arduino rx), and the other xbee to your FTDI board … Continue reading
Send php data with post method and flash (AS3)
Sample code I wrote to send data to a PHP page and receive the XML data. Flash code: var xml:XML; var result:String; function send_data(value) { var loader:URLLoader = new URLLoader ; var request:URLRequest = new URLRequest(“http://www.mywebsite.com/page.php”); var vars:URLVariables = new … Continue reading