yoneken / rosserial_stm32

This is a part of [rosserial](https://github.com/ros-drivers/rosserial) repository to communicate with ROS system through a USART for STM32 embedded system.
BSD 2-Clause "Simplified" License
218 stars 72 forks source link

Chang publish buffer #38

Open thankzuy opened 2 years ago

thankzuy commented 2 years ago

Hi, i tried to change the publish buffer of my stm32f4 by changing the rbuflen and tbuflen in STM32Hardware.h: const static uint16_t rbuflen = 4096; const static uint16_t tbuflen = 4096; But when I established the connection with my pc, I still got this message: Note: publish buffer size is 512 bytes Is there any where else I have to modify in my firmware? Thank you for reading my question.