Re: Error when interfacing with TCP/IP

2008-06-26 Thread Terry Reedy
Devarajulu, Baskar (D.) wrote: Hi, I'm using Python and working for automation of testing ,I face error when the script accessed TCP/IP Interface COMM_TYPE = 1# Choose 1 - TCP IP Communication or 0 - RS232 communication. TCP_ip = '136.18.201.53' # the TCP IP addre

Error when interfacing with TCP/IP

2008-06-25 Thread Devarajulu, Baskar (D.)
Hi, I'm using Python and working for automation of testing ,I face error when the script accessed TCP/IP Interface COMM_TYPE = 1# Choose 1 - TCP IP Communication or 0 - RS232 communication. TCP_ip = '136.18.201.53' # the TCP IP address of the PC. port = 8080