New to Javelin
Hello there
I have an ARobot and i'd like to develop it a bit more. Mainly because for my future projects I need some background processing. (from what I know BS does not support it.or maybe I am wrong?). Anyway, I can program in Java, but i have never sent strings using java. Strings of values for motors to work/function. I'd just like to know where could i find information how to send strings and maybe some guidance from people who actually tried something like that. is the ARobot actually popular between hobbyists?
Thanks
R0y4L
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit: www.vbnoobs.co.uk
I have an ARobot and i'd like to develop it a bit more. Mainly because for my future projects I need some background processing. (from what I know BS does not support it.or maybe I am wrong?). Anyway, I can program in Java, but i have never sent strings using java. Strings of values for motors to work/function. I'd just like to know where could i find information how to send strings and maybe some guidance from people who actually tried something like that. is the ARobot actually popular between hobbyists?
Thanks
R0y4L
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit: www.vbnoobs.co.uk
Comments
http://forums.parallax.com/showthread.php?p=829542
and get the updated JavelinBot manual (plus code).
The JavelinBot code uses the Boe-Bot, which is very simular to the Arobot.
Sending strings is usually done by using a Uart object, but you can
also use shiftOut or I2C.
regards peter