User Tools

Site Tools


nxt_pc_bluetooth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nxt_pc_bluetooth [2016/10/16 16:29] dwallacenxt_pc_bluetooth [2016/10/23 19:58] (current) dwallace
Line 9: Line 9:
   * Windows 10   * Windows 10
   * Visual Studio 15   * Visual Studio 15
-  * Intermediate experience with C++ programming (Classes, objects, pointers)+  * Intermediate experience with Cpp programming (Classes, objects, pointers)
   * Basic LEGO NXT Tribot   * Basic LEGO NXT Tribot
  
Line 46: Line 46:
 **Note:** See documentation for more commands and details about the LEGO NXT Communication Protocol {{:alvarop:appendix_2-lego_mindstorms_nxt_direct_commands.pdf| NXT Direct Commands}} **Note:** See documentation for more commands and details about the LEGO NXT Communication Protocol {{:alvarop:appendix_2-lego_mindstorms_nxt_direct_commands.pdf| NXT Direct Commands}}
  
-There are several methods you can you go about sending direct commands. There are programs that allow you to send data to certain COM ports, but most of these are only good for testing and not writing programs that utilize the COM ports. This tutorial will demonstrate the use of the C++ Serial Port class in Windows that can be used to write programs that send data to COM ports, thus allowing the user to send direct commands to the NXT Brick with a C++ program.+There are several methods you can you go about sending direct commands. There are programs that allow you to send data to certain COM ports, but most of these are only good for testing and not writing programs that utilize the COM ports. This tutorial will demonstrate the use of the C-plus-plus Serial Port class in Windows that can be used to write programs that send data to COM ports, thus allowing the user to send direct commands to the NXT Brick with a C-plus-plus program.
  
-<code>+<code c++ NXTBluetooth.cpp>
 /* /*
 Alvaro Pintado Alvaro Pintado
nxt_pc_bluetooth.txt · Last modified: 2016/10/23 19:58 by dwallace