View previous topic :: View next topic |
Author |
Message |
richard
Joined: 30 May 2005 Posts: 6
|
Posted: Wed Jul 13, 2005 2:34 am Post subject: direct connection |
|
|
hello everyone before i was searching for a solution regarding the connection true serial connection using Direct connect it was transfering but there is messege stating "invalid entry" I've done already the given solution but it is still not communicating well. The Pagegate is accepting the message thus it is not processing on the terminal. by the way Im using Zetron Model 2200.
when you use the the modem connection it is working. is there any other option to use direct connection to keep the message more faster.
thank you and more power to all
Richard Avila
|
|
Back to top |
|
Poncho67
Joined: 21 Jun 2005 Posts: 12
|
Posted: Wed Jul 13, 2005 1:11 pm Post subject: |
|
|
Can you post a direct connection attempt from your Dialer log (PGDial1.log)?
|
|
Back to top |
|
Poncho67
Joined: 21 Jun 2005 Posts: 12
|
Posted: Wed Jul 13, 2005 2:26 pm Post subject: |
|
|
Could be that the serial port on the Zetron is not configured for TAP, but is configured for Manual entry.
|
|
Back to top |
|
richard
Joined: 30 May 2005 Posts: 6
|
Posted: Thu Jul 14, 2005 1:05 am Post subject: |
|
|
here is the log of dialer,
6/29/05 3:38:37 PM ========================================
6/29/05 3:38:37 PM Start connection to carrier: kfmc
6/29/05 3:38:37 PM Connect using TAP protocol
6/29/05 3:38:37 PM Setting communication parameters
6/29/05 3:38:37 PM Connected to carrier
6/29/05 3:38:37 PM Waiting for protocol initialization
6/29/05 3:38:37 PM Sent:<CR>
6/29/05 3:38:41 PM Received:<LF><CR> invalid entry<CR><LF>Pager number:
6/29/05 3:38:41 PM Sent:<CR>
6/29/05 3:38:45 PM Received:<LF><CR> invalid entry<CR><LF>Pager number:
6/29/05 3:38:45 PM Sent:<CR>
6/29/05 3:38:50 PM Received:<LF><CR> invalid entry<CR><LF>Pager number:
6/29/05 3:38:50 PM Sent:<CR>
6/29/05 3:38:56 PM Received:<LF><CR> invalid entry<CR><LF>Pager number:
6/29/05 3:39:02 PM ========================================
i have also a post copy of the settings on the terminal if you could give me some of the changes it will be appreciated,
; Multi-Port Serial card 13:
; [configure for port 0, then repeat as needed for 4 or 8 ports]
; [ note that baud rate & parity MUST be set before linetype for each port]
0D 00 02 0B 00 ; 300 baud
0D 00 02 0C 00 ; even parity
0D 00 02 14 00 ; logon timeout, in seconds (0 disables)
0D 00 02 0D 00 ; disable transaction messages
0D 00 02 1E 01 ; force manual entry mode 0=no, 1=yes (8a4+)
0D 00 05 09 11 00 00 01 ; serial port, 0 ring, 0 digits, can answer
0D 01 02 0B 00 ; 300 baud
0D 01 02 0C 00 ; even parity
0D 01 02 14 00 ; logon timeout, in seconds (0 disables)
0D 01 02 0D 00 ; disable transaction messages
0D 01 02 1E 01 ; force manual entry mode 0=no, 1=yes (8a4+)
0D 01 05 09 11 00 00 01 ; serial port, 0 ring, 0 digits, can answer
;
thank you
|
|
Back to top |
|
Poncho67
Joined: 21 Jun 2005 Posts: 12
|
Posted: Thu Jul 14, 2005 5:09 am Post subject: |
|
|
The dialer log clearly indicates that the terminal's serial port is configured for Manual Entry Mode.
I can't help you with the actual settings for the Terminal, although I would guess that the "01" at the end of the line hex below, be changed to "00" (for the port that you are using).
0D 00 02 1E 01 ; force manual entry mode 0=no, 1=yes (8a4+)
|
|
Back to top |
|
|