Forum >'bluno beetle' - How can I communicate with cc2540 chip directly?
'bluno beetle' - How can I communicate with cc2540 chip directly?

I am using my Bluno beetle.
i used Software Serial like this - SoftwareSerial BT(0,1) or SoftwareSerial BT(1,0)
i want to transmit data without using Serial.print() command...
if i use Serial.print(), data transmission speed is so poor.. so i want to use Software Serial instead.
like using HM-10 ! for high transmission speed.
please let me know how can i communicate with cc2540 chip directly without using Serial.print() or Serial.write().
i used Software Serial like this - SoftwareSerial BT(0,1) or SoftwareSerial BT(1,0)
i want to transmit data without using Serial.print() command...
if i use Serial.print(), data transmission speed is so poor.. so i want to use Software Serial instead.
like using HM-10 ! for high transmission speed.
please let me know how can i communicate with cc2540 chip directly without using Serial.print() or Serial.write().