Changes

Jump to navigation Jump to search
No change in size ,  15:09, 23 March 2015
Line 512: Line 512:  
% to initialize connection:
 
% to initialize connection:
 
%    define settings as structure with fields:
 
%    define settings as structure with fields:
%      bb.Device    = 'COM3';
+
%      bb.Device    = 'COM2';
 
%      bb.BaudRate  = 115200;
 
%      bb.BaudRate  = 115200;
 
%      bb.DataBits  = 8;
 
%      bb.DataBits  = 8;
Line 528: Line 528:     
% set defaults
 
% set defaults
bb.Device    = 'COM3';
+
bb.Device    = 'COM2';
 
bb.BaudRate  = 115200;
 
bb.BaudRate  = 115200;
 
bb.DataBits  = 8;
 
bb.DataBits  = 8;

Navigation menu