I'm trying to connect to a Clover Station, bought as a DevKit, for app debugging. I've enabled developer mode - it didn't arrive with developer mode enabled - and the docs suggest that adb should be able to connect to it on port 5555.
It can't; adb connect 192.168.1.109:5555 returns an error that the connection attempt was refused. I've tried this over WiFi and Ethernet; I've tried telnetting to port 5555 on the device and those connection attempts are refused as well.
I've rebooted the Clover Station and things remain the same.
The device is registered to my Sandbox account OK and I am able to run my "Hello World" app on it by uploading it and having the device download it.. but it sure makes for a long compile/run cycle.