Simultaneous IP over USB and Ethernet Port?

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Simultaneous IP over USB and Ethernet Port?

      Hello,

      I was wondering if it was possible to configure IP over USB and also an Ethernet port driver simultaneously? It appears that IP_AddEtherInterface can be used for multiple interfaces but I wasn't sure if it could work with IP over USB? If both interfaces can be used simultaneously are there any negative consequences?
    • Hello CodeRunner,

      Using multiple interfaces really is as easy as adding another interface in your IP_X_Config() .

      One thing to take care of:
      Please make sure that you add the real port Ethernet driver first as most of these drivers expect to be interface #0 for internal simplicity and performance.
      Drivers like IP over USB however are written in a way so they can be added at any position in such a combination.

      Best regards,
      Oliver
      Please read the forum rules before posting.

      Keep in mind, this is *not* a support forum.
      Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
      Should you be entitled to support you can contact us via our support system: segger.com/ticket/

      Or you can contact us via e-mail.