Skip to content

Commit

Permalink
Removed TEMPORARELY THE RESPONSE PART
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 23, 2024
1 parent 26ef33e commit a2135c4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class RpPicoComs
serial_conn_.Write(msg_to_send);

std::string response = "";
//skip the response part for now
/*
try
{
// Responses end with \r\n so we will read up to (and including) the \n.
Expand All @@ -72,6 +74,7 @@ class RpPicoComs
{
std::cout << "Sent: " << msg_to_send << " Recv: " << response << std::endl;
}
*/

return response;
}
Expand Down

0 comments on commit a2135c4

Please sign in to comment.