Google Code Exporter

Results 21406 comments of Google Code Exporter

``` busdog does not trace any parallel port specific ioctls (probably just read/write calls), unfortunately at the moment I dont have any parallel port devices to test with. Have you...

``` I'm not interest in ioctls just read/write calls. I'm writing a diferent GUI based on busdog and portmon isn't an option :(. Probably you can use VMWare Player to...

``` I have now got VMWare player and have mapped the parallel port to a file on the host... however I am having trouble finding a parallel port program that...

``` You can copy a text file to LPT1: port on guest OS using command prompt. Something like: COPY LPT1: /b You will see your text file on host OS...

``` Yes that works. I am not sure why busdog does not pick up the write irps, I will have to investigate ``` Original comment by `[email protected]` on 4 Nov...

``` I've had a serious look at this, but it looks like the Android NDK doesn't provide ipv6 support. Or at any rate, not in a form Python can cope...

``` [deleted comment] ```

``` See upstream cpython issue http://bugs.python.org/issue15538 ``` Original comment by `[email protected]` on 2 Aug 2012 at 3:28

``` The Patch [PATCH] python: enabled IPv6 socket support from http://permalink.gmane.org/gmane.comp.lib.uclibc.buildroot/40455 will solve the premature exit of the 'configure.sh' script when cross-compiling for android. The 'configure.sh' script echo before exit...

``` Does "s = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM)" succeed ? ``` Original comment by `[email protected]` on 11 Aug 2012 at 8:17