User Profile

Collapse

Profile Sidebar

Collapse
Debasish Mandal
Debasish Mandal
Last Activity: Mar 19 '11, 01:57 PM
Joined: Mar 13 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Debasish Mandal
    started a topic Python file copy and rename.

    Python file copy and rename.

    hello all,
    I am trying to make a prog. which will copy each file of a certain directory to another new directory(that i will specify).And it will rename the moved file serially like 1.ext,2.ext,3.e xt ......and so on...
    Thanks..
    See more | Go to post

  • Debasish Mandal
    started a topic [Prob]Sending AT commands through COM PORT

    [Prob]Sending AT commands through COM PORT

    I am trying to send SMS using sending AT commands to a GPRS mobile device in windows enviornment.I can send sms when i am sending commands using Hyper Terminal.but the problem is when i am Sending those commands using the following scripts its becoming unsuccessful.
    Here is my code:

    Code:
    import time
    import serial
    # configure the serial connections
    ser = serial.Serial(
    	port='COM8',
    	baudrate=115200,
    ...
    See more | Go to post
No activity results to display
Show More
Working...