รหัสสินค้า | A4882 |
หมวดหมู่ | เซนเซอร์วัดสภาพแวดล้อม |
ราคา | 220.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
MODBUSprotocol
0 x03:read holding registers
0 x04:read input registers
0 x06:write a single holding register
0 x10:write multiple hold registers
register type |
register Address |
the data content |
the number of bytes |
the input register |
0x0001 |
the temperature value |
2 |
0x0002 |
humidity value |
2 |
|
the holding register |
0x0101 |
device address (1~247 (in Chinese)) |
2 |
0x0102 |
the baud rate 0:9600 1:14400 2:19200 |
2 |
|
0x0103 |
temperature correction(/10) -10.0-10.0 |
2 |
|
0x0104 |
humidity correction value(/10) -10.0-10.0 |
2 |
the host sends a data frame:
the slave address |
function Code |
register Address the high byte |
register Address the low byte |
number of registers the high byte |
number of registers the low byte |
CRC the high byte |
CRC the low byte |
|
|
|
|
|
|
|
|
slave response data frame:
the slave address |
in response to the function code |
the number of bytes |
register1data the high byte |
register1data the low byte |
registerNdata the high byte |
registerNdata the low byte |
CRC the high byte |
CRC the low byte |
|
|
|
|
|
|
|
|
|
MODBUSthe command frame
the slave address |
function Code |
register Address the high byte |
register Address the low byte |
number of registers the high byte |
number of registers the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x04 |
0x00 |
0x01 |
0x00 |
0x01 |
0x60 |
0x0a |
slave response data frame:
the slave address |
function Code |
the number of bytes |
temperature the high byte |
temperature the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x04 |
0x02 |
0x01 |
0x31 |
0x79 |
0x74 |
the temperature value= 0 x131,to decimal conversion305actual temperature value= 305 / 10=30.5℃
note: temperature is marked16decimal number, temperature value= 0 xFF33,to decimal conversion-205the actual temperature= -20.5℃;
the slave address |
function Code |
register Address the high byte |
register Address the low byte |
number of registers the high byte |
number of registers the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x04 |
0x00 |
0x02 |
0x00 |
0x01 |
0xC1 |
0xCA |
slave response data frame:
the slave address |
function Code |
the number of bytes |
humidity the high byte |
humidity the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x04 |
0x02 |
0x02 |
0x22 |
0xD1 |
0xBA |
humidity value= 0 x222,to decimal conversion546actual humidity value= 546 / 10 = 54.6%;
the slave address |
function Code |
register Address the high byte |
register Address the low byte |
number of registers the high byte |
number of registers the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x04 |
0x00 |
0x01 |
0x00 |
0x02 |
0x20 |
0x0B |
slave response data frame:
the slave address |
function Code |
the number of bytes |
temperature the high byte |
temperature the low byte |
humidity the high byte |
humidity the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x04 |
0x04 |
0x01 |
0x31 |
0x02 |
0x22 |
0x2A |
0xCE |
take reading the slave address as an example:
the slave address |
function Code |
register Address the high byte |
register Address the low byte |
number of registers the high byte |
number of registers the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x03 |
0x01 |
0x01 |
0x00 |
0x01 |
0xD4 |
0x0F |
slave response frame:
the slave address |
function Code |
the number of bytes |
the slave address the high byte |
the slave address the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x03 |
0x02 |
0x00 |
0x01 |
0x30 |
0x18 |
take modifying the slave address as an example:
the slave address |
function Code |
register Address the high byte |
register Address the low byte |
the register value the high byte |
the register value the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x06 |
0x01 |
0x01 |
0x00 |
0x08 |
0xD4 |
0x0F |
modify the slave address: 0x08=8
the slave response frame(and send the same):
the slave address |
function Code |
register Address the high byte |
register Address the low byte |
the register value the high byte |
the register value the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x06 |
0x01 |
0x01 |
0x00 |
0x08 |
0xD4 |
0x0F |
the slave address |
function Code |
the start address the high byte |
the start address the low byte |
number of registers the high byte |
number of registers the low byte |
the number of bytes |
register1the high byte |
register1the low byte |
register2the high byte |
register2the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x06 |
0x01 |
0x01 |
0x00 |
0x02 |
0x04 |
0x00 |
0x20 |
0x25 |
0x80 |
0x25 |
0x09 |
modify the slave address: 0x20=32
the baud rate: 0x2580=9600
slave response frame:
the slave address |
function Code |
register Address the high byte |
register Address the low byte |
number of registers the high byte |
number of registers the low byte |
CRC the high byte |
CRC the low byte |
0x01 |
0x06 |
0x00 |
0x11 |
0x00 |
0x04 |
0xD4 |
0x0F |
the ordinary version protocol
the baud rate of the default9600(Users can set it by themselves),8bit Data,1bit stop, no verification
RS485 communication
serial commands |
description |
READ |
trigger a temperature and humidity report (27.4℃67.7%temperature27.4℃ humidity67.7%) |
AUTO |
start the automatic report function of temperature and humidity (ditto) |
STOP |
stop Automatic temperature and humidity reporting function |
BR:XXXX |
set the baud rate from 9600 to 19200 (BR:9600the baud rate9600) |
TC:XX.X |
set the temperature correction (-10.0~10.0) (TC:02.0temperature correction2.0℃) |
HC:XX.X |
setting the humidity calibration (-10.0~10.0) (HC:-05.1humidity correction value is-5.1%) |
HZ:XXX |
set the temperature and humidity report rate (0.5,1,2,5,10) (HZ:2not only automatically reported rate2) |
PARAM |
read the current system settings |
PARAMinstructions:
TC:0.0,HC:0.0,BR:9600,HZ:1->temperature correction0.0humidity correction value0.0the baud rate9600report rate1Hz
SLAVE_ADD:1->MODBUSthe slave address0x01จัดส่ง วันอาทิตย์-วันศุกร์
ส่งแบบ EMS ได้รับ 1-2 วัน นับจากวันจัดส่ง
วันจันทร์-ศุกร์ แจ้งโอนก่อน 14.00 น. จัดส่งวันนั้น
แจ้งโอนวันศุกร์ หลัง 14.00 น. และวันเสาร์ จัดส่งวันอาทิตย์
แจ้งโอนวันอาทิตย์ จัดส่งวันจันทร์
ขาย Arduino การตรวจสอบเลขแทรคสินค้า Arduino
ขาย Arduino ใบกำกับภาษี
ขาย Arduino สินค้าทุกชิ้นที่ซื้อกับทางร้าน AllNewStep
สามารถนำไปเบิกกับ หน่วยงานราชการ บริษัท ห้างร้าน ได้อย่างถูกต้อง จึงซื้อได้อย่างมั่นใจ
กรณีที่ไม่ได้นำไปใช้เบิก
สามารถติ๊กออก ข้ามช่องนี้ไม่ต้องกรอกได้ ทางร้านออกเป็น ใบเสร็จรับเงิน / ใบกำกับภาษีฉบับย่อให้ แนบไปพร้อมกับสินค้า
ขาย Arduino ใบกำกับภาษีเต็มรูปแบบ
สำคัญมาก "ข้อมูลใบกำกับภาษีไม่สามารถเปลี่ยนแปลงหรือแก้ไขได้หลังการสั่งซื้อสินค้า"
ขาย Arduino ทางร้าน AllNewStep ออกใบกำกับภาษี/ใบเสร็จรับเงิน ลงวันที่ ที่แจ้งชำระสินค้าให้ลูกค้าทุกครั้งที่ทำรายการสั่งซื้อโดยแนบไปพร้อมสินค้า
ขาย Arduino ข้อมูลสำหรับออกใบกำกับภาษี
ขาย Arduino โปรดตรวจสอบข้อมูลเหล่านี้ให้ชัดเจน ก่อนกรอกข้อมูล เพราะใบกำกับภาษีไม่สามารถเปลี่ยนแปลง หรือแก้ไขได้หลังซื้อสินค้า
*** สำคัญมาก :: ข้อมูลจะต้องมีครบทั้ง 4 อย่างนี้ ถ้าไม่ครบ ทางร้านจำเป็นต้องออกใบกำกับภาษีอย่างย่อ เนื่องจากข้อมูลไม่ครบ
ขาย Arduino วิธีการชำระเงิน
ชำระเงินผ่านธนาคาร เรามีหลายธนาคารให้เลือก ขาย Arduino เพื่ออำนวยความสะดวกให้กับลูกค้า
การทำธุรกรรมของธนาคารต่างสาขาหรือต่างธนาคาร จะมีค่าธรรมเนียมเพิ่ม แล้วแต่ธนาคาร กรณีมีค่าธรรมเนียมรายได้เป็นของธนาคาร ทางร้านไม่ได้ออกค่าธรรมเนียมให้
ถ้าทำธุรกรรมภายในธนาคารเดียวกัน จะเสียค่าธรรมเนียมน้อยที่สุดหรือไม่เสียเลย บางธนาคารจะไม่คิดค่าธรรมเนียมโดยจำกัดว่าฟรีได้กี่ครั้งใน 1 เดือน เช่นฟรีค่าธรรมเนียมเมื่อโอนในธนาคารเดียวกัน 5 ครั้ง/เดือน ผ่านทางตู้ ATM
ดังนั้น ควรเลือกโอนมาที่ธนาคารเดียวกัน จะเสียค่าธรรมเนียมน้อยที่สุดหรือไม่เสียค่าธรรมเนียมตามเงื่อนไขที่ธนาคารกำหนด
ขาย Arduino เมื่อชำระเงินผ่านธนาคารแล้ว
กรุณาแจ้งที่หน้า แจ้งชำระเงิน https://www.allnewstep.com/informpayment
พร้อมแนบสลิป หรือภาพหน้าจอการโอนที่สำเร็จแล้ว ด้วยทุกครั้ง
เพื่อเป็นหลักฐาน และเก็บสลิปหลักฐานการโอนเงินไว้จนกว่าจะได้รับสินค้า
กรณีที่ธนาคารสลิปหมด หรือไม่มีสลิป สามารถแจ้งข้อความ รายละเอียดการโอนเงินได้ที่ เมนู ติดต่อ AllNewStep https://www.allnewstep.com/contactus ทางร้านจะดำเนินการตรวจสอบและรีบจัดส่งให้เร็วที่สุด
แนะนำจ่ายเงินผ่าน PromtPay ฟรีค่าธรรมเนียม หรือน้อยที่สุด Recomment
สแกน QR Code นี่จ่ายได้เลย
ขาย Arduino AllNewStep มีอุปกรณ์สำหรับ Arduio ครบทุกอย่างที่อยากได้ จากทุกแห่งทั่วโลก ในราคาที่ถูกที่สุด รับประกันคุณภาพ เสียเปลี่ยนตัวใหม่ให้ทันที ไม่ต้องรอ ไม่ต้องเสียค่าส่งสินค้ามาเคลม ขาย Arduino ตามรายละเอียดการรับประกันด้านล่างนี้
สินค้าทุกชิ้นมีรับประกัน 30 วัน ซื้อสินค้าจาก AllNewStep มั่นใจได้ รับประกันคุณภาพ ด้วยการมีประกันสินค้าที่ดีกว่าเราได้ตรวจเช็คและรับประกันสินค้าซื้อไปใช้ได้อย่างมั่นใจและสบายใจ เพื่อให้ลูกค้าถูกใจที่สุด
ทั้ง นี้หากมีสินค้าที่ได้รับมีความผิดพลาดอันใด ที่อาจเกิดขึ้นได้ ไม่ว่าจะเป็นอุปกรณ์เสีย หรือความเสียหายระหว่างการส่ง โดยที่ลูกค้าไม่ได้เป็นคนกระทำ AllNewStep รับประกันเปลี่ยนตัวใหม่ให้ทันที ภายใน 30 วันหลังจากได้รับสินค้า พร้อมออกค่าส่งสินค้าให้ ทั้งค่าส่งมา และค่าส่งกลับ ลูกค้าไม่ต้องรับภาระเรื่องค่าจัดส่ง โดยสามารถใช้กล่องเดิมส่งมาได้ โดยมีเงื่อนไขดังนี้