Search found 2 matches

by xani92
18 Dec 2013, 14:47
Forum: Mindstorms Software
Topic: [Lejos] Bluetooth Communication Problems
Replies: 2
Views: 8492

Re: [Lejos] Bluetooth Communication Problems

OK, I'll try it .

Thank you!
by xani92
18 Dec 2013, 10:18
Forum: Mindstorms Software
Topic: [Lejos] Bluetooth Communication Problems
Replies: 2
Views: 8492

[Lejos] Bluetooth Communication Problems

Hi, I've got the problem that I can send data via Bluetooth from the PC to the NXT but not from the NXT to the PC. I wrote a little programm to describe my problem: NXT: import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import lejos.nxt.Button; import lejos...