ROBOTIS e-Manual v1.13.01
| Dynamixel SDK |
It actualizes the routine that takes out packet from the received buffers of the communication devices.
dxl_rx_packet makes status packet after taking out the received data using this function.
| int dxl_hal_rx( unsigned char *pPacket, int numPacket ) |
- pPacket
The pointer of array to save taken-out data
- numPacket
The number of data to be taken out
- It returns the number of data actually taken out.