| | Bluetooth Commands via Perl
|
|
Has anyone successfully been able to send BT commands to the NXT using Perl on Windows and get a response? I've been trying to send the Get Firmware command and have not gotten a successful response. Here is a short script: $data = (...) (18 years ago, 4-Sep-06, to lugnet.robotics.nxt)
|
|
| | Re: Bluetooth Commands via Perl
|
|
(...) I guess no one is using Perl to communicate with the NXT over Bluetooth. Or everyone is busy building bots. I found something that seems to work reliably on my HP Laptop running Windows 2000. It has a built-in CSR Bluetooth module that is 1.1 (...) (18 years ago, 6-Sep-06, to lugnet.robotics.nxt)
|
|
| | Re: Bluetooth Commands via Perl
|
|
(...) Although I haven't tried it, someone has created a perl module for sending commands here: (URL) haven't tried it because I'm working on a ruby module :) (URL) (18 years ago, 9-Sep-06, to lugnet.robotics.nxt)
|
|
| | Re: Bluetooth Commands via Perl
|
|
"Tony Buser" <tbuser@gmail.com> wrote in message news:b74cdea06090916...ail.com... (...) That was written for Linux, but hopefully, it will work on Windows as well. Dave (18 years ago, 10-Sep-06, to lugnet.robotics.nxt)
|
|
| | Re: Bluetooth Commands via Perl
|
|
Good luck. I did manage to get ruby-nxt working in windows, but I had to run it through cygwin to be able to compile the serial port module: (...) (18 years ago, 11-Sep-06, to lugnet.robotics.nxt)
|