For a faster data transmission, is it better to send it in parts or whole data at once?
I'm currently receiving image data from TTL camera and sending it via Bluetooth. Baud rates for camera (VC0703) and Bluetooth module (HC-06) are 115200 and 230400, respectively. I'm defining camera rx buffer size and Bluetooth tx buffer size as 60000...