How to configure SerProxy for Com port 22

Hi

I am setting up a kiosk and the ELO Touchsystems touchscreen has a built in CPU. The CPU is using Com Ports 1-21. It is giving me port 22. Does anyone have any experience with using Com Ports in the higher number ranges?

With the configurations below I can get it to say that a thread has started but the communication does not work.

Here are my settings:

Comm ports used

comm_ports=22,23,24,25

Default settings

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

Idle time out in seconds

timeout=300

Port 1 settings (ttyS0)

net_port22=5331

Port 2 settings (ttyS1)

net_port23=5332

Port 3 settings (ttyS2)

net_port24=5333

Port 4 settings (ttyS3)

net_port25=5334

Thanks for any input.

Fred

Are you trying to communicate with an Arduino? Which one? It is very hard to help when we are not allowed to see the code that is not working or how the project is wired.

Hi

It is a DIY Arduino. It works fine with SerProxy with my Mac and my PC. Just not on the touchscreen.

In my Flash Air app I am using var arduinoSocket:Socket = new Socket("localhost",5332); to connect to net_port22 on COM22.

The thread starts and stops when the app starts and stops but no communication.

OK you have lost me. I have experience communicating between 2 Arduinos with serial, but this is beyond me.

I totally understand. Thanks for trying.