This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STR9 or MCB-STR9 TCP/IP Project

I saw reference to the existence of a TCP/IP example for the Keil MCB-STR9 board, but can't find any content. With the eval 2K limitation you can't compile, but we could download the flash and demo some protocols like http or something.

Anyone know how to find the sample TCP/IP project?

Parents
  • David:

    I don't have nearly as much experience with Ethernet (or even networking) as I would like but I were in the same shoes (I will soon be because I have an MCBSTR9 board as well and the thing is kicking my butt!), then I would look into the DHCP end of things.

    It might be possible that when your laptop and MCBSTR9 board are on the same network (MCBSTR-9 not connected directly with a crossover cable) then the IP for your MCBSTR9 is provided by the DHCP server in your network. When you remove the two systems from the network, the laptop no longer knows the IP to send data to. Of course, I'm not sure why you'd still be able to see the web page being served up.

    So....I'd guess I would try to hard code the IP address into the MCBSTR9 or I would set up your laptop as a DHCP server.

    Or....I could be absolutely full of crap and you shouldn't listen to me when it comes to networking!

    Maybe we'll get lucky and my wildass guess was right...

    Hey, while I've got your attention:

    We're both trying to develop apps for the MCBSTR9 board and I'm guessing that you may have found the information available on the board/chip to be lacking like I have. What say we do some informal collaboration? I could sure use some help getting one or any of my UARTs to work...do you have a sample you would be willing to share?

    Best Regards,

    -=Rich=-

Reply
  • David:

    I don't have nearly as much experience with Ethernet (or even networking) as I would like but I were in the same shoes (I will soon be because I have an MCBSTR9 board as well and the thing is kicking my butt!), then I would look into the DHCP end of things.

    It might be possible that when your laptop and MCBSTR9 board are on the same network (MCBSTR-9 not connected directly with a crossover cable) then the IP for your MCBSTR9 is provided by the DHCP server in your network. When you remove the two systems from the network, the laptop no longer knows the IP to send data to. Of course, I'm not sure why you'd still be able to see the web page being served up.

    So....I'd guess I would try to hard code the IP address into the MCBSTR9 or I would set up your laptop as a DHCP server.

    Or....I could be absolutely full of crap and you shouldn't listen to me when it comes to networking!

    Maybe we'll get lucky and my wildass guess was right...

    Hey, while I've got your attention:

    We're both trying to develop apps for the MCBSTR9 board and I'm guessing that you may have found the information available on the board/chip to be lacking like I have. What say we do some informal collaboration? I could sure use some help getting one or any of my UARTs to work...do you have a sample you would be willing to share?

    Best Regards,

    -=Rich=-

Children