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
nxt_pc_bluetooth [2016/10/23 19:55] dwallacenxt_pc_bluetooth [2016/10/23 19:58] (current) dwallace
Line 48: Line 48:
 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. 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.1477277749.txt.gz · Last modified: 2016/10/23 19:55 by dwallace