wolewd

Results 2 issues of wolewd

it seems i cant read the port in Linux. instead of using \\.\COM0, linux use /dev/ttyUSB0 maybe u can fix this ![image](https://user-images.githubusercontent.com/42107977/83649017-ee731c00-a5e0-11ea-8871-13d0bd8bc6b9.png)

``` error[E0793]: reference to packed field is unaligned --> /home/woelwd/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rplidar_drv-0.6.0/src/ultra_capsuled_parser.rs:138:36 | 138 | let cabin_count = unsafe { prev_capsule.ultra_cabins.len() }; | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: packed structs are only aligned...