Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Arduino IDE demo source code for KC868-A64]--#01-RS485_code
#1
Bug 
[Arduino IDE demo source code for KC868-A64]--#01-RS485_code
   

Code:
/*WWW.KINCONY.COM*/
/*KC868-A64 code of RS485 */
void setup() {

Serial2.begin(9600,SERIAL_8N1,13,14);  //  IO13   485RX   IO14 485TX

}

void loop() {
Serial2.println("KinCony ACBDEFG"); // Enter your print string
delay(1500);
}
   


Attached Files
.zip   KC868-A64-RS485.zip (Size: 697 bytes / Downloads: 205)
Reply


Forum Jump:


Users browsing this thread:
1 Guest(s)