Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Arduino IDE demo source code for KC868-A32]--#06-RS485
#1
Wink 
Code:
void setup() {
 Serial1.begin(9600);    //Serial 1
}

void loop() {
Serial1.println("KinCony");
delay(1500);
}
Reply
#2
KC868-A32----RS485 CODE
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)