Commit e13e76e38f76c2c865d1b19f060e20d290cb0543

Authored by Imanol-Mikel Barba Sabariego
1 parent cf609976

--no commit message

DUREX Vendor Control/CommunicationProtocol.m
@@ -35,6 +35,7 @@ @@ -35,6 +35,7 @@
35 35
36 -(void) readMessage 36 -(void) readMessage
37 { 37 {
  38 + [self setMessage:[NSMutableString stringWithFormat:@""]];
38 self.numPackets = -1; 39 self.numPackets = -1;
39 [self waitForMessage: 0]; 40 [self waitForMessage: 0];
40 } 41 }
DUREX Vendor Control/DUREX Vendor Control.xcodeproj/project.xcworkspace/xcuserdata/imanol.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type
DUREX Vendor Control/DUREX Vendor Control.xcodeproj/xcuserdata/imanol.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -47,8 +47,8 @@ @@ -47,8 +47,8 @@
47 endingColumnNumber = "9223372036854775807" 47 endingColumnNumber = "9223372036854775807"
48 startingLineNumber = "716" 48 startingLineNumber = "716"
49 endingLineNumber = "716" 49 endingLineNumber = "716"
50 - landmarkName = "-tableView:indentationLevelForRowAtIndexPath:"  
51 - landmarkType = "5"> 50 + landmarkName = "@implementation MenuTableViewController"
  51 + landmarkType = "3">
52 </BreakpointContent> 52 </BreakpointContent>
53 </BreakpointProxy> 53 </BreakpointProxy>
54 <BreakpointProxy 54 <BreakpointProxy
@@ -63,8 +63,8 @@ @@ -63,8 +63,8 @@
63 endingColumnNumber = "9223372036854775807" 63 endingColumnNumber = "9223372036854775807"
64 startingLineNumber = "575" 64 startingLineNumber = "575"
65 endingLineNumber = "575" 65 endingLineNumber = "575"
66 - landmarkName = "-tableView:didSelectRowAtIndexPath:"  
67 - landmarkType = "5"> 66 + landmarkName = "@implementation MenuTableViewController"
  67 + landmarkType = "3">
68 </BreakpointContent> 68 </BreakpointContent>
69 </BreakpointProxy> 69 </BreakpointProxy>
70 <BreakpointProxy 70 <BreakpointProxy
@@ -74,13 +74,11 @@ @@ -74,13 +74,11 @@
74 ignoreCount = "0" 74 ignoreCount = "0"
75 continueAfterRunningActions = "No" 75 continueAfterRunningActions = "No"
76 filePath = "CommunicationProtocol.m" 76 filePath = "CommunicationProtocol.m"
77 - timestampString = "434133664.559575" 77 + timestampString = "434381762.875075"
78 startingColumnNumber = "9223372036854775807" 78 startingColumnNumber = "9223372036854775807"
79 endingColumnNumber = "9223372036854775807" 79 endingColumnNumber = "9223372036854775807"
80 - startingLineNumber = "336"  
81 - endingLineNumber = "336"  
82 - landmarkName = "@implementation CommunicationProtocol"  
83 - landmarkType = "3"> 80 + startingLineNumber = "337"
  81 + endingLineNumber = "337">
84 </BreakpointContent> 82 </BreakpointContent>
85 </BreakpointProxy> 83 </BreakpointProxy>
86 <BreakpointProxy 84 <BreakpointProxy
@@ -90,13 +88,11 @@ @@ -90,13 +88,11 @@
90 ignoreCount = "0" 88 ignoreCount = "0"
91 continueAfterRunningActions = "No" 89 continueAfterRunningActions = "No"
92 filePath = "CommunicationProtocol.m" 90 filePath = "CommunicationProtocol.m"
93 - timestampString = "434133664.559575" 91 + timestampString = "434381762.875075"
94 startingColumnNumber = "9223372036854775807" 92 startingColumnNumber = "9223372036854775807"
95 endingColumnNumber = "9223372036854775807" 93 endingColumnNumber = "9223372036854775807"
96 - startingLineNumber = "335"  
97 - endingLineNumber = "335"  
98 - landmarkName = "-readSalesLog::"  
99 - landmarkType = "5"> 94 + startingLineNumber = "336"
  95 + endingLineNumber = "336">
100 </BreakpointContent> 96 </BreakpointContent>
101 </BreakpointProxy> 97 </BreakpointProxy>
102 <BreakpointProxy 98 <BreakpointProxy
@@ -106,11 +102,11 @@ @@ -106,11 +102,11 @@
106 ignoreCount = "0" 102 ignoreCount = "0"
107 continueAfterRunningActions = "No" 103 continueAfterRunningActions = "No"
108 filePath = "CommunicationProtocol.m" 104 filePath = "CommunicationProtocol.m"
109 - timestampString = "434133664.559575" 105 + timestampString = "434381762.875075"
110 startingColumnNumber = "9223372036854775807" 106 startingColumnNumber = "9223372036854775807"
111 endingColumnNumber = "9223372036854775807" 107 endingColumnNumber = "9223372036854775807"
112 - startingLineNumber = "348"  
113 - endingLineNumber = "348"> 108 + startingLineNumber = "349"
  109 + endingLineNumber = "349">
114 </BreakpointContent> 110 </BreakpointContent>
115 </BreakpointProxy> 111 </BreakpointProxy>
116 <BreakpointProxy 112 <BreakpointProxy
@@ -285,7 +281,7 @@ @@ -285,7 +281,7 @@
285 endingColumnNumber = "9223372036854775807" 281 endingColumnNumber = "9223372036854775807"
286 startingLineNumber = "721" 282 startingLineNumber = "721"
287 endingLineNumber = "721" 283 endingLineNumber = "721"
288 - landmarkName = "-numberOfSectionsInTableView:" 284 + landmarkName = "-tableView:indentationLevelForRowAtIndexPath:"
289 landmarkType = "5"> 285 landmarkType = "5">
290 </BreakpointContent> 286 </BreakpointContent>
291 </BreakpointProxy> 287 </BreakpointProxy>
DUREX Vendor Control/FirstAppExample/EMDevicePickerViewController.m
@@ -106,7 +106,7 @@ @@ -106,7 +106,7 @@
106 106
107 -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath 107 -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
108 { 108 {
109 - [self performSegueWithIdentifier:@"ConnectionSegue" sender:self]; 109 + //[self performSegueWithIdentifier:@"ConnectionSegue" sender:self];
110 if(![[[[tableView cellForRowAtIndexPath:indexPath] textLabel] text] isEqualToString:NSLocalizedString(@"Searching for devices...",nil)]) 110 if(![[[[tableView cellForRowAtIndexPath:indexPath] textLabel] text] isEqualToString:NSLocalizedString(@"Searching for devices...",nil)])
111 { 111 {
112 [self _showConnectingView]; 112 [self _showConnectingView];
DUREX Vendor Control/MenuTableViewController.m
@@ -262,7 +262,7 @@ @@ -262,7 +262,7 @@
262 //MESSAGE RECEIVED CALLBACK 262 //MESSAGE RECEIVED CALLBACK
263 - (void)processMessage:(CommunicationProtocol*)protocol didFinishEnteringItem:(NSString*) response 263 - (void)processMessage:(CommunicationProtocol*)protocol didFinishEnteringItem:(NSString*) response
264 { 264 {
265 - NSLog(@"[MenuTableViewController.m]: Answer received"); 265 + NSLog(@"[MenuTableViewController.m]: Answer received: %@",response);
266 if(self.sentCommand == HELLO) 266 if(self.sentCommand == HELLO)
267 { 267 {
268 if([response isEqualToString:@"Hello"]) 268 if([response isEqualToString:@"Hello"])