Skip to content
Snippets Groups Projects
Commit e6e2c896 authored by Robert Hedman's avatar Robert Hedman
Browse files

controller output update

parent 1ac011c3
No related branches found
No related tags found
No related merge requests found
...@@ -130,6 +130,7 @@ fn main() { ...@@ -130,6 +130,7 @@ fn main() {
for k in 0..received_bytes { for k in 0..received_bytes {
print!("{}, ", message[k] ); print!("{}, ", message[k] );
} }
print!("\n");
//let written_size = stream.write(&[69 as u8, 96 as u8]); //let written_size = stream.write(&[69 as u8, 96 as u8]);
//let written_size = stream.write_all(b"\x02This is a bunch of lidar data...\x03"); //let written_size = stream.write_all(b"\x02This is a bunch of lidar data...\x03");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment