Calling methods on the Javelin
vlad
Posts: 4
How can I call methods on the javelin from outside, using a serialport·connection? My connection works, but I do not know any good way of calling the different methods on my stamp. I suppose that java doesn't have reflection...
Comments
As far as calling methods remotely, I suppose you could use the UART and build some logic that would interpret incoming signals that would trigger a method but you would probably be limited with your method signature. I'm not sure how you would tell the method about the type/value of the argument(s) passed to it.