Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • Good, I was hoping I was overthinking this. I'm not using a .close() and maybe put too much focus on the android aspect of my code. I will try this and see if it works. Commented Nov 25, 2014 at 4:08
  • @TheTokenizer are you using the Ethernet shield connected to a wireless access point or what? Commented Nov 25, 2014 at 4:13
  • I'm hosting an AP using an RN-131C. A wifly wireless module. With this I am able to create my AP and send commands through it via my Android device. I am using my Arduino as a server to respond to these commands and I am using the Wifly Serial Library. Commented Nov 25, 2014 at 4:23
  • @TheTokenizer you are doing this a different way than I thought. Can you post a minified working example of your code so I can look at it and see if it closes the connection each time? (I.e. remove everything except what's needed to make a connection) Commented Nov 25, 2014 at 4:30
  • 1
    @TheTokenizer looking at that it seems like it's using a UART type of protocol. I'm afraid that this device only allows one connection at a time at the hardware level, forget the software level. Commented Nov 25, 2014 at 5:06