Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ev3-toolbox-matlab
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mindstorms
ev3-toolbox-matlab
Commits
92cc7600
Commit
92cc7600
authored
8 years ago
by
Johannes Sauer
Browse files
Options
Downloads
Patches
Plain Diff
changed NXT in output to EV3
parent
6c382d35
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/btconnect
+4
-4
4 additions, 4 deletions
tools/btconnect
with
4 additions
and
4 deletions
tools/btconnect
+
4
−
4
View file @
92cc7600
#!/bin/bash
# script to ease connecting to an
NXT
brick
# script to ease connecting to an
EV3
brick
# (c) 2007-2009 Johannes Ballé
# test if syntax is correct; if not, print help and exit
...
...
@@ -21,13 +21,13 @@ if [ $# = 0 -o $# -gt 3 ] || [ "$1" = "--help" -o "$1" = "-h" ] || ! { [ $# = 1
Examples:
${
0
##*/
}
NXT
-20-B 2 6666
${
0
##*/
}
EV3
-20-B 2 6666
This connects the
NXT
brick named "
NXT
-20-B" to rfcomm2 with PIN '6666'.
This connects the
EV3
brick named "
EV3
-20-B" to rfcomm2 with PIN '6666'.
${
0
##*/
}
00:16:53:06:D8:67
This connects the
NXT
brick with the hardware address 00:16:53:06:D8:67
This connects the
EV3
brick with the hardware address 00:16:53:06:D8:67
to the first available rfcomm device (if no others are used, this will
be rfcomm0).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment