Arduino+Flash blink.fla not working. Help!


i'm having lots of difficulty interfacing flash cs3 arduino duemilanove.

here's i've downloaded:
serproxy-0.1.4.win32.zip
as3glue_v2_beta2.zip
arduino-0017.zip

here's did:
1. edited serproxy.cfg:

newlines_to_nils=true
comm_ports=23
comm_baud=9600
comm_databits=8
comm_stopbits=1
comm_parity=none
timeout=300
net_port23=5331

2. flashed duemilanove using arduino-0017 firmata included in as3glue_v2_beta2.zip:
as3glue_v2_beta2\glue\arduino\firmata2\standardfirmata

3. copied as3glue_v2_beta2\glue\as3\net  to  as3glue_v2_beta2\glue\examples\arduino\blink

4. ran blink.fla in flash cs3 , modified actionscript line in code:
var arduino:arduino = new arduino("127.0.0.1", 5331);

5. serprox running in background following status:
serproxy - (c)1999 stefano busti, (c)2005 david a. mellis - waiting clients

6. when test movie, serprox spits out following:
server thread launched
server(23) - thread started

7. blink.fla movie says following:
waiting firmata firmware version (reset board)...

8. reset board, nothing happens. no blinking light.

what's deal? i've been trying fix several hours , getting frustrating...any appreciated

i've been going off of reference seems not working in case...http://www.cote.cc/blog/interfacing-flash-and-arduino-from-scratch-part-1

ok - got working :)

here's did:

1. downloaded latest firmata (firmata-2.1beta7)

2. deleted hardware/libraries/firmata folder came arduino-0017

3. replaced folder firmata folder in firmata-2.1beta7.zip

4. checked .cpp & standardfirmata.pde serial speeds (57600) , adjusted serial port speed.

5. loaded test_arduino package:
http://bitbucket.org/bjoern/as3glue-examples-cs247/get/5095472cc146.zip

6. when runs says
socket connected!

then reset board , flash program returns this:

firmware version: 2
port: 5331

yay! success  ;d


Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > Arduino+Flash blink.fla not working. Help!


arduino

Comments