Siemens TC35


Closed Thread
Results 1 to 21 of 21

Thread: Siemens TC35

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Posts
    755

    Default

    Try to connect easypic to serial port, and hyper terminal. Then you can see does pic send "AT", and will receive OK.

  2. #2
    Join Date
    May 2008
    Location
    Italy
    Posts
    825

    Default

    Does your easypic4 have a RS232 level converter (Max232) prior connecting it to the Siemens TC35 ? If not then you will need one.

    Cheers

    Al.
    All progress began with an idea

  3. #3
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302

  4. #4
    Join Date
    Sep 2009
    Posts
    755

    Default

    Check the configuration switches and jumpers

  5. #5
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302

    Default

    Quote Originally Posted by pedja089 View Post
    Check the configuration switches and jumpers
    I have check many times.

  6. #6
    Join Date
    May 2008
    Location
    Italy
    Posts
    825

    Default

    In this case, check your connection Tx from your pic should go to pin 3 of your TC35 while your pic Rx should go to pin 2 of TC35 and pin 5 of TC35 should be connected to ground of your pic board.

    Cheers

    Al.

    Edited: HSEROUT ["AT" ,13] use only CR, remove LF from your code.
    Last edited by aratti; - 4th December 2010 at 14:58.
    All progress began with an idea

  7. #7
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302

    Default

    I have use this circuit.
    If i connect to hyper terminal all works fine, but if i connect to pic don't work.
    Attached Images Attached Images  

  8. #8
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302

    Default

    Quote Originally Posted by savnik View Post
    I have use this circuit.
    If i connect to hyper terminal all works fine, but if i connect to pic don't work.
    Why if i connect the DB9 connector to pc (hyper terminal) with rs232 cable all work?

  9. #9
    Join Date
    May 2008
    Location
    Italy
    Posts
    825

    Default

    If you have modified the Max232 to DB9 as per my previous post then you pic board now is a DTE device, and to connect to the PC, which is a DTE device you need to cross pin 2 with pin 3 in the connecting cable. Once you have a crossed cable you can check your board and program functionality using hyperterminal to send the "OK" once you receive the "AT" from the board. If this works and the TC35 works with hyperterminal it should work also with your pic board.

    Remember that your TC35 is a DCE device and a DCE device is connected to DTE device with a cable pin to pin. Since you are very likely working without handshaking then you need only three connections on the DB9 (pin 2; pin 3 and pin 5)

    Al.

    Edited:
    I looked once again to the picture you have posted and I noted on the left side a note "TO THE TC35". This is wrong. Pin 11 and pin 12 of Max232 must be connected to the pic, while Max pin 14 goes to DB9 pin 3 and max pin 13 goes to DB9 pin 2. This DB9 connector is the one you will use to connect your TC35
    Last edited by aratti; - 4th December 2010 at 19:51.
    All progress began with an idea

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts