Socket Closed!

Hi guys,

I'm a trying to connect my Arduino Uno from my notebook and when I tried to monitor all the digital outputs using flash I've received this message: Connection with Serproxy established. Socket closed!

This is my serproxy config: ( COM4 is detected by my Arduino )


Config file for serproxy - PC Version

Do not Transform newlines coming from the serial port into nils

newlines_to_nils=false

Comm ports used

comm_ports=4

Default settings

comm_baud=9600
comm_databits=8
comm_stopbits=1
comm_parity=none

Idle time out in seconds

timeout=300

Settings for COM3

net_port4=5331
Mac OSX: You'll have to change the line serial_device1=... and insert the name of the usbserial device you found in the previous step.

Config file for serproxy

Do not Transform newlines coming from the serial port into nils

newlines_to_nils=false

Comm ports used

comm_ports=4

Default settings

comm_baud=9600
comm_databits=8
comm_stopbits=1
comm_parity=none

Idle time out in seconds

timeout=300

#serial_device1=/dev/cu.usbserial-A1001NgZ
#net_port1=5331


Note: my machine use Windows 7

Somebody could help my to establish the connection?