Can we send and receive data to and from Port Using Python ?

2008-04-11 Thread sambasivareddy
Hi, I am new to this group. I have some question, it is listed below. In my application I should send some data to hardware and it will give response that response should log in one file. To do it first should send data to port next receive response from port (hardware) so... Queries: 1) Can we

How to navigate one window to another window through python scripts ?

2008-11-12 Thread sambasivareddy
Hi all, How to navigate one window to another window through python scripts ? Basically I want to do Automatic testing one windows base c#.net application through python scripts. I am Able to open the executable file with following scripts. Import os Os.system ('abc.exe') But

How to write a string with required color in a file with python.net?

2008-12-03 Thread sambasivareddy
Hi all, I have couple of double on python futures .Quires listed below: * How to write a particular string with required/selected color in a file with python.net? Which module I need to use it? How to set color for particular string in file? -