On 8 May 2007 06:59:26 -0700, [EMAIL PROTECTED] wrote:
>Hi,
>
>I'm trying to create a tcp/ip port listening socket server for various
>cellular devices that don't use the standard "\r\n" termination string
>at the end of their message. Instead, they use "-ND-". Do you know
>how I can setup such
Hi,
I'm trying to create a tcp/ip port listening socket server for various
cellular devices that don't use the standard "\r\n" termination string
at the end of their message. Instead, they use "-ND-". Do you know
how I can setup such a server, preferably using either 'socket.py',
'serversocket.p