[newbie] trying socket as a replacement for nc

Chris Angelico rosuav at gmail.com
Thu Dec 12 03:21:32 EST 2013


On Thu, Dec 12, 2013 at 7:08 PM, Jean Dubois <jeandubois314 at gmail.com> wrote:
> Thanks for the reply, I changed the line you mentioned to
> s.send('*IDN?\n')

See if there's a newline issue - you might need \r\n here.

ChrisA



More information about the Python-list mailing list