Re: hex sending

2006-10-04 Thread hiroc
I want send pairs of hexadecimal characters, abc is only my test hex char is real Fredrik Lundh wrote: > "hiroc" wrote: > > > s.send("abc") # send test string > > > > I need to send hex:"10 06 00 0f 02 bc d1" instead of "abc" >

hex sending

2006-10-04 Thread hiroc
s.send("abc") # send test string I need to send hex:"10 06 00 0f 02 bc d1" instead of "abc" hoW? -- http://mail.python.org/mailman/listinfo/python-list