Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Skyfrei

Skyfrei starred veloren/veloren
Skyfrei pushed 1 commit to main Skyfrei/skyfrei-nvim

View on GitHub

Skyfrei created a comment on an issue on serialport/serialport-rs
> > Fixed it, i think the issue wasn't the write itself but the formatting. > > Glad to hear that. Happy new year and thank you for keeping us posted here! Thank you, happy new year to you as wel...

View on GitHub

Skyfrei pushed 1 commit to master Skyfrei/rusty-serial

View on GitHub

Skyfrei pushed 1 commit to Main Skyfrei/Bloom

View on GitHub

Skyfrei pushed 1 commit to Main Skyfrei/Bloom

View on GitHub

Skyfrei pushed 1 commit to master Skyfrei/rusty-serial

View on GitHub

Skyfrei pushed 1 commit to master Skyfrei/rusty-serial

View on GitHub

Skyfrei created a comment on an issue on serialport/serialport-rs
Fixed it, i think the issue wasn't the write itself but the formatting. ```rs let write_buffer = format!("{}\r\n", buffer_trimmed).into_bytes(); match port.write_all(&write_buffer) { ...

View on GitHub

Skyfrei closed an issue on serialport/serialport-rs
Write doesn't get sent
```rs fn write_serial(port: &mut Box<dyn SerialPort>) { println!("\nWrite the serial message!\n"); let mut buffer = String::from("\rVERSIONA\r\n"); //let _ = io::stdin().read_line(&...
Skyfrei created a comment on an issue on serialport/serialport-rs
Nope, still nothing shows up. The UM982 is working because i am getting messages to read. However, writing doesn't seem to do anything to it. ## Read msgs ```md 0,18,1;INSUFFICIENT_OBS,NONE,0....

View on GitHub