TCPOutputHandler in Android, iOS

I seem to be missing something fundamental...

I can get the Browser Handler working with my iPhone and Android apps, but I have yet to be able to connect using the TCP handler.

On form create I call this (I've tried various ports):

TMSLogger.RegisterOutputHandlerClass(TTMSLoggerTCPOutputHandler, [Self,8080]);

I can connect with TMS TCP client when run in Windows - using localhost:8080 or the actual IP of the local windows machine.

I have yet to connect to my Android or iPhone via TCP.

Is there some trick I'm missing?

TIA.

Cheers,
EdB


I've got it working now - it didn't seem to like the port I originally assigned... I'll test again in the morning and let you know.

EdB