HC-12 Transceiver speed issue

Hello Everyone,

I am using HC-12 wireless modules to communicate between two arduinos. Communication ok, the only problem is that it takes nearly 1s to update the data. Can someone tell me the exact module settings for high speed communication?

My HC12 modules settings are as below:

Baud Rate:9600
Communication channel : CH1
FU : FU1
Transmission Power : 20 dBm(100mW)

How much data are you sending? Ie, could it be that the 9600 baud rate is limiting you? Can that be increased?

I am sending analog input data at every 1000ms and it works ok but when i send it at 100ms, at receiever side i am not receiving any data.

Please post your code using code tags(</> button on the toolbar).