Comunidad de diseño web y desarrollo en internet online

Problemas con serproxy arduino y flash

Citar            
MensajeEscrito el 15 Mar 2009 06:04 pm
Que tal? abro este tema para pedirles ayuda

he tratado de correr el ejemplo que tiene sobre como encender y apagar leds en una placa arduino desde flash usando el serproxy...

http://www.cristalab.com/tutoriales/controlar-hardware-electronico-con-flash-y-arduino-c202l/

ya subi el codigo al arduino (de hecho tiene 1 error el ejemplo)
segun yo, configure el ser proxy
corro el ser proxy
abro el archivo flash desde html y me marca "conectado/desconectado"

no se que problema tengo con el serproxy, algun puerto que no abri?

me gustaria que me ayudaran, ya que de ahi parto para hacer un proyecto

Por learzy

2 de clabLevel



 

firefox
Citar            
MensajeEscrito el 04 Nov 2011 12:06 am
que paso, lograste solucionarlo porfavor dime

Por eloyxacur

1 de clabLevel



 

msie7
Citar            
MensajeEscrito el 22 Ago 2012 06:30 am
LO LOGRE !!!!

AQUÍ LOS CAMBIOS.

1.- EN EL CÓDIGO DEL SKT DEL ARDUINO SI LE DAS PLAY (VERIFICAR) NOTARAS ALGUNAS VARIABLES QUE NO ESTÁN BIEN DECLARADAS, AL INICIO DEBE DE SER ASÍ :


// Declaration of variables
int pingNumber = 0;
// Var to hold what pin has to change
int lastRead = 0;
// Var to hold the last char read
int preLastRead = 0; //Var to hold the char before the last char read
boolean yetRead = true; //Var to hold if we have read the serial data
// Function to convert received bytes to decimal numbers
void readSerialData () {

... EL RESTO SIGUE IGUAL.

2.- EN EL serproxy.cfg
EL DEL EJEMPLO ESTA DECLARADO PARA UNA MAC, ME PARECE. POR LA CANTIDAD DE PUERTOS. ( 99 ???? WTF ???)

ASÍ QUE HAY QUE MODIFICAR LO.
MI ARDUINO ESTA CONECTADO AL PUERTO COM7. EL VALOR EN comm_ports Y EN net_port DEBE DE SER 7
ENTONCES EL CÓDIGO PARA EL serproxy.cfg QUEDA ASÍ :


newlines_to_nils=true
comm_ports=7

comm_baud=19200
comm_databits=8
comm_stopbits=1
comm_parity=none
timeout=300
net_port7=5335

Y ESO SERIA TODO.
AHORA CUANDO LO EJECUTES, LO PRIMERO QUE DEBES DE HACER ES
1.- SUBIR EL PROGRAMA AL ARDUINO.... (OJO, ESTAS USANDO EL COM7 PARA SUBIRLO)
2.- ENCENDER EL SERPROXY ... (AQUI VUELVES A USAR EL COM 7)
3.- CONTROL+ENTER AL FLASH.
4.- PRENDER Y APAGAR LOS LEDS DEL ARDUINO DESDE TU FLASH.

QUE PASA, SI PRIMERO ENCIENDES EL SERPROXY Y LUEGO SUBES EL CÓDIGO A TU ARDUNIO?
TE DARÁ ERROR, POR QUE EL COM7 ESTA SIENDO USADO POR EL SERPROXY Y NO PODRÁS SUBIR EL CÓDIGO .



SALUDOS !!!

Por hector70s

1 de clabLevel



 

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.