Hi
I can communicate on COMM1 (5331) port no problem from Flash to serproxy.exe
However I cannot for the life of me get this to work on ANY other port. I need to get it to work on COMM3 in order to communicate with the Arduino, but I keep geting the standard message:
'Failed to open comm port - connection refused'
I am 99.99% confident that my serproxy.cfg file is correct and I have tried changing this mutiple times to different configs etc. I am running Windows 7. Unfortunately I am not a port expert...
Here is my serproxy.cfg for reference:
Config file for serproxy
See serproxy's README file for documentation
Comm ports used
comm_ports=3
Default settings
comm_baud=9600
comm_databits=8
comm_stopbits=1
comm_parity=none
Idle time out in seconds
timeout=-1
Port 3 settings (ttyS2)
net_port3=5333
Many thanks
Jonathan