Using rosserial to read data from a device
Hello, I am working on Ubuntu on a Virtual Machine (Virtual Box) and I need to collect data from a Battery Management System (BMS).
The connection is made by a USB cable and a USB Serial converter so I use a USB port as a serial port.
I managed to connect the BMS to my virtual machine and I can see it in the list when I type lsusb in the terminal of Ubuntu :
BUS 001 Device 003: ID 0403:6001 Future Technology Devices International, Ltd FT232 Serial (UART) IC
Now my problem is that I need to read the data from this BMS and I understood that rosserial could help me, but I just started to use ROS one week ago and I don't know how to use this.
Could you please give me some information about how to use rosserial to read this data please ?
Thank you !