This is a group for folks designing and programming embedded systems using the Rabbit Semiconductor C-programmable microcontroller. Rabbit Semi is a spin-off from Z-World who makes a variety of embedded modules and tools. This group is not affiliated with either Rabbit or Z-World, but is a user forum for sharing ideas, asking questions,
flaunting knowledge, and other typical user group stuff. The Rabbit is a powerful uC, supported by a full-featured C-compiler.
PPP problem - mfawzy79 - Aug 27 10:36:54 2009
HI all,
I have problem that I'm not able to send the IFS_PPP_SENDEXPECT string using the iconfig
function and I think the problem with the PPP library with my serial port.
I'm using serial port F on parallel port D (PD2,PD3).
For verifying my Hardware. I can send/receive over the port with the normal functions
serfwrite/serfread but the iconfig function can't send the IFS_PPP_SENDEXPECT string
Any help will be appreciated.
Best Regards
mfawzy
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
RE: PPP problem - Dave Moore - Aug 27 11:43:13 2009
You need to turn on debug and post it for any type of help.
From: r...@yahoogroups.com [mailto:r...@yahoogroups.com] On
Behalf Of mfawzy79
Sent: Thursday, August 27, 2009 7:36 AM
To: r...@yahoogroups.com
Subject: [rabbit-semi] PPP problem
HI all,
I have problem that I'm not able to send the IFS_PPP_SENDEXPECT string using
the iconfig function and I think the problem with the PPP library with my
serial port.
I'm using serial port F on parallel port D (PD2,PD3).
For verifying my Hardware. I can send/receive over the port with the normal
functions serfwrite/serfread but the iconfig function can't send the
IFS_PPP_SENDEXPECT string
Any help will be appreciated.
Best Regards
mfawzy

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
RE: {Disarmed} PPP problem - Dave McLaughlin - Aug 27 12:03:52 2009
Enable debug and verbose for the CHAT.LIB and this will show what is
happening and you can then single step the code and see if you get anything
that makes sense. This debugging has helped me sort out some of the PPP
issues I am having.
#define CHAT_VERBOSE
#define CHAT_DEBUG
Dave...
---
Very funny Scotty, now beam down my clothes!!!
---
http://www.embeddedcomputer.co.uk
---
From: r...@yahoogroups.com [mailto:r...@yahoogroups.com] On
Behalf Of mfawzy79
Sent: 27 August 2009 21:36
To: r...@yahoogroups.com
Subject: {Disarmed} [rabbit-semi] PPP problem
HI all,
I have problem that I'm not able to send the IFS_PPP_SENDEXPECT string using
the iconfig function and I think the problem with the PPP library with my
serial port.
I'm using serial port F on parallel port D (PD2,PD3).
For verifying my Hardware. I can send/receive over the port with the normal
functions serfwrite/serfread but the iconfig function can't send the
IFS_PPP_SENDEXPECT string
Any help will be appreciated.
Best Regards
mfawzy

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )
Re: {Disarmed} PPP problem - mfawzy79 - Aug 31 5:03:28 2009
Thank you guys,
the problem that i didn't enable port D as an alternative port for serial portF, and it
works fine now.
Best Regards
MFawzy
--- In r...@yahoogroups.com, "Dave McLaughlin"
wrote:
>
> Enable debug and verbose for the CHAT.LIB and this will show what is
> happening and you can then single step the code and see if you get anything
> that makes sense. This debugging has helped me sort out some of the PPP
> issues I am having.
>
>
>
> #define CHAT_VERBOSE
>
> #define CHAT_DEBUG
>
>
>
> Dave...
>
> ---
> Very funny Scotty, now beam down my clothes!!!
> ---
> http://www.embeddedcomputer.co.uk
> ---
>
>
>
> From: r...@yahoogroups.com [mailto:r...@yahoogroups.com] On
> Behalf Of mfawzy79
> Sent: 27 August 2009 21:36
> To: r...@yahoogroups.com
> Subject: {Disarmed} [rabbit-semi] PPP problem
>
>
>
>
>
> HI all,
>
> I have problem that I'm not able to send the IFS_PPP_SENDEXPECT string using
> the iconfig function and I think the problem with the PPP library with my
> serial port.
> I'm using serial port F on parallel port D (PD2,PD3).
> For verifying my Hardware. I can send/receive over the port with the normal
> functions serfwrite/serfread but the iconfig function can't send the
> IFS_PPP_SENDEXPECT string
>
> Any help will be appreciated.
>
> Best Regards
> mfawzy
>
------------------------------------

(You need to be a member of rabbit-semi -- send a blank email to rabbit-semi-subscribe@yahoogroups.com )