OK, I'll try it .
Thank you!
Search found 2 matches
- 18 Dec 2013, 14:47
- Forum: Mindstorms Software
- Topic: [Lejos] Bluetooth Communication Problems
- Replies: 2
- Views: 8608
- 18 Dec 2013, 10:18
- Forum: Mindstorms Software
- Topic: [Lejos] Bluetooth Communication Problems
- Replies: 2
- Views: 8608
[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...