I am using the BMP5 SDK and I have a problem connecting.
Whenever I try to connect to my CR3000 using OpenIPPort() it reports 0, as if it connected, but then all commands after that fail.
I can try to connect to any address, even something like OpenIPPort('asdf',6785); and OpenIPPort will report 0.
The sample programs packaged with the SDK show similar behavior.
Any ideas?