รหัสสินค้า | SKU-00226 |
หมวดหมู่ | GPS / GPRS / GSM |
ราคา | 300.00 บาท |
ลงสินค้า | 7 ก.ค. 2560 |
อัพเดทล่าสุด | 7 มิ.ย. 2568 |
คงเหลือ | 0 ชิ้น |
#include
//SIM800 TX is connected to Arduino D8
#define SIM800_TX_PIN 8
//SIM800 RX is connected to Arduino D7
#define SIM800_RX_PIN 7
//Create software serial object to communicate with SIM800
SoftwareSerial serialSIM800(SIM800_TX_PIN,SIM800_RX_PIN);
void
setup() {
//Begin serial comunication with Arduino and Arduino IDE (Serial Monitor)
Serial.begin(9600);
while
(!Serial);
//Being serial communication witj Arduino and SIM800
serialSIM800.begin(9600);
delay(1000);
Serial.println(
"Setup Complete!"
);
}
void
loop() {
//Read SIM800 output (if available) and print it in Arduino IDE Serial Monitor
if
(serialSIM800.available()){
Serial.write(serialSIM800.read());
}
//Read Arduino IDE Serial Monitor inputs (if available) and send them to SIM800
if
(Serial.available()){
serialSIM800.write(Serial.read());
}
}
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีด้านล่าง โดยลูกค้าสามารถโอนเงินหลังทำรายการสั่งซื้อได้ทันทีไม่ต้องรอยืนยัน
หลังจากโอนเงินแล้วสามารถแจ้งชำระเงินได้ที่ เมนูแจ้งชำระเงิน
หรือชำระเงินผ่าน PayPal โดยคลิกที่ ชำระเงินออนไลน์
หน้าที่เข้าชม | 1,830,072 ครั้ง |
ผู้ชมทั้งหมด | 799,072 ครั้ง |
เปิดร้าน | 12 ธ.ค. 2558 |
ร้านค้าอัพเดท | 7 ก.ย. 2568 |