Re: pyserial: wait for execute

2016-10-15 Thread paulp
On Saturday, October 15, 2016 at 10:14:18 PM UTC-6, Michael Okuntsov wrote: > Hello, > is there a way, other than time.sleep(), to be sure that the command > sent through a serial port has been fully executed? I'm interested > specifically in SCPI commands in VA-meters such as Keithley and

Re: CGI Problem on MS IIS 5.0 - Trying to access files on other machines

2005-09-16 Thread paulp
PROTECTED] Set the site to be Basic Authentication and login as you. I suspect that the .exe is either running as IWAM/IUSER (i.e. GUEST) or you are running into a double hop issue. Pat paulp [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Greetings, I'm working on a CGI program

CGI Problem on MS IIS 5.0 - Trying to access files on other machines

2005-09-15 Thread paulp
Greetings, I'm working on a CGI program that will run under MS IIS 5.0 and will browse folders on three other machines, building HTML pages that will provide links to these folders. Essentially, the CGI will connect to each machine in turn, doing the FindFirst/FindNext process based on the

Re: CGI Problem on MS IIS 5.0 - Trying to access files on other machines

2005-09-15 Thread paulp
into a double hop issue. Pat paulp [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Greetings, I'm working on a CGI program that will run under MS IIS 5.0 and will browse folders on three other machines, building HTML pages that will provide links to these folders. Essentially

HELP!! Accessing other machines with an IIS CGI script

2005-09-14 Thread paulp
Greetings, I'm working on a CGI program that will run under MS IIS 5.0 and will browse folders on three other machines, building HTML pages that will provide links to these folders. Essentially, the CGI will connect to each machine in turn, doing the FindFirst/FindNext process based on the