LilyPad and Actionscript

Hi Everybody,

I'm finding it incredibly difficult to find any help online so here is my last hope. I'm doing a big college project using Lilypad and Adobe Flash ActionScript 3.

I've loaded the Standard Firmata to the board and run the server proxy.

I'm using the exact same code I used with an Arduino Uno before which worked perfect, so what do I need to change to alter it to work with LilyPad instead?

I've attached my ActionScript below.

I'm running out or time and options to get this done and need all the help I can get.

LilyPadHelpNeeded.txt (7.37 KB)

How are you connecting it?
How were you connecting the Uno?

The difference between a Uno and a LilyPad is that on the LilyPad there is no USB to serial converter chip. So to make it look the same to a USB connector you need some sort of USB to serial adapter.

I'm connected just using a USB wire that connect to the prongs on the LilyPad Board (sorry I dont know any more official name for it), and the Uno was the using the USB wire it comes with.

So have you selected the correct port at the PC end? As it is a different device to the Uno it will get a different com port number.