I know how to send data using serialization in C#, but I read in a previous post that leJOS does not currently support serialization in most of it's classes.
I am currently sending/receiving simple integers via bluetooth, but would like to be able to send a "command packet" containing a number of integers - an array.
How could I do this? Is there a sample showing how it's done and if so could you please point me in the right direction?
Thanks.
