Hi Pito,
You are using an LD19 lidar, which is the same as I am successfully using.
The message about the actual baud rate is a red herring - it's not relevant. The message that lidar communication is abnormal means that the lidar driver was not able to successfully parse a lidar message for 3 seconds. The lidar driver runs a state machine that looks at the incoming data and looks for a header, then a length, then data. If this fails, you get that error. It's possible that you aren't getting any data at all.
Are the blue lights spinning on top of the lidar? If not, you don't have power to it.
Can you put a scope on the data line from the lidar to verify it is sending data?
Can you open the serial port the lidar is using in a terminal program? (Do that before you try and launch the lidar node.) You likely would see stuff coming out.
Is the serial port name correct in the launch file? You likely have two serial ports in use, one for lidar and one for micro-ros. It's easy to get them the wrong way round.
Paul