Re: [Lejos-discussion] Controlling NXT Through Java/Bluetooth

2006-07-31 Thread Brian Bagnall
the best, Brian - Original Message - From: Matthias Paul Scholz [EMAIL PROTECTED] To: Brian Bagnall [EMAIL PROTECTED] Cc: lejos-discussion@lists.sourceforge.net Sent: Monday, July 31, 2006 12:53 AM Subject: Re: [Lejos-discussion] Controlling NXT Through Java/Bluetooth Brian, this sounds

Re: [Lejos-discussion] Controlling NXT Through Java/Bluetooth

2006-07-30 Thread Søren Hilmer
Hi, RXTX had some problems (at least a year ago) in their JNI interface, they held a handle between calls which is considered a no-no in the JNI spec, and that can cause trouble with the VM suddenly terminating ;-( Sun has released a javax.comm version 3 also for Linux, I have only tried it

[Lejos-discussion] Controlling NXT Through Java/Bluetooth (Brian Bagnall)

2006-07-30 Thread Roger Glassey
Hi Brian, A great project ? I can hardly wait for the first release. The design that appeals to me is to use josx.platform.rcx classes to specify what the robot should do, and adding classes to josx.rcxcomm to handle the Blustooth communications. BTW ? what software do you use on the NXT?

Re: [Lejos-discussion] Controlling NXT Through Java/Bluetooth (BrianBagnall)

2006-07-30 Thread Brian Bagnall
that up in the Windows Bluetooth settings (not hard). - Brian - Original Message - From: Roger Glassey [EMAIL PROTECTED] To: lejos-discussion@lists.sourceforge.net Cc: [EMAIL PROTECTED] Sent: Sunday, July 30, 2006 10:55 AM Subject: [Lejos-discussion] Controlling NXT Through Java/Bluetooth

Re: [Lejos-discussion] Controlling NXT Through Java/Bluetooth

2006-07-30 Thread Matthias Paul Scholz
Brian, this sounds promising indeed. One question, yet: do you intend to make any changes to the codebase in leJOS' cvs already that refer to the NXT? Just asking, for I'd considered it useful if there were some discussions amongst the project's developers on the future on leJOS in respect to

[Lejos-discussion] Controlling NXT Through Java/Bluetooth

2006-07-29 Thread Brian Bagnall
I finally had a chance to get down tohacking around with the NXT andJava on Thursday and so far the codecan send commands to the NXT via Bluetooth for motorcontrol and speakers. It's really early now and it does some funny things that I need to figure out, but there's nothing stopping full