I’ve been trying to get flash to receive TCP messages from a small Serial to IP converter I have. Using some other software I can see the messages coming through so I know that bit it working.
From flash I’ve tried using a Socket and an XML socket but I’m not really sure what I’m doing, I’ve managed to get a connection but it doesn’t seem to output the data, or trigger events when data is received.
Not sure I’m going the right way about this, any help would be appreciated.
Thanks
The following is the code I used to get this working. Thanks for the help guys.