We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I receive a quotation about KEIL plus RLT-ARM with stack TCP-IP.
In my application I'm using a ARM7 (from NXP) with Mac/Phy and a serial Interface (RS232) to connect with a GPRS modem.
Using RLT-Arm library can I make this two interface connection (TCP+IP+Ethernet plus TCP+IP+PPP) together?
There is a PPP layer on RLT-ARM?
Thanks SB
It seems that you can use only one interface (either PPP or Ethernet) in the stack...
- Dejan
This is my doubt ! I need to use both, PPP (by serial) and ethernet (by MAC/Phy), it's possible?
Yes, you can use Ethernet and one serial (PPP or Slip) at the same time. This effectively means you can implement an Ethernet to PPP bridge if you like.
Franc
By using RTX kernel u can configure them to have separate thread stacks then both will run in multiple instance task... Becareful with the memory stack u have for this approach