>> Hi, IŽm trying to do a path logger (Navigation logger) in Python, the thing
>> that I need is that the program can get the paths that de user is accesing
>> in real time, for example:
>>
>> C:\Documents and Settings\
>> C:\Documents and Settings\Administrator\
>> C:\Documents and Settings\Admini
Hello,
Question: How do you know that ser.write("hello\n") isn't outputing the string
"hello"? Did you plug another computer into that COM port to check?
I have learned to never take any serial port stuff for granted. I usually plug
another computer into the serial port to make absolutely s
On 6/14/2010 2:19 PM, Mike Driscoll wrote:
>
> I am looking for a way to call SetPrinterDataEx or SetPrinterData so I
> can set some parameters for one our admins. For some reason, the new
> Brother printer we bought thinks that we're not admins, so we need a
> way to hack it. I can't find anything
Hi,
I am looking for a way to call SetPrinterDataEx or SetPrinterData so I
can set some parameters for one our admins. For some reason, the new
Brother printer we bought thinks that we're not admins, so we need a way
to hack it. I can't find anything in Python about these functions. Here
are
On 6/9/2010 7:50 PM, sacaquija wrote:
> Hi, I´m trying to do a path logger (Navigation logger) in Python, the thing
> that I need is that the program can get the paths that de user is accesing
> in real time, for example:
>
> C:\Documents and Settings\
> C:\Documents and Settings\Administrator\
> C
Hello,
I am trying to send some information out of my computer's serial port. I found
the code posted below online, and the person who posted it said it worked for
them. However, when I tried the code, nothing was sent through the serial port
but I didn't receive any error messages. Does anyone