有沒有指令可以讀取研華產品的序號

請問產品中有沒有獨立的序號可以讀取?

我使用的產品是 EPC-R3720 ,用系統內建的作業系統。
https://www.advantech.tw/products/880a61e5-3fed-41f3-bf53-8be2410c0f19/epc-r3720/mod_fde326be-b36e-4044-ba9a-28c4c49a25c6

謝謝

1 Like

Hi Jacky.
@phill.liu 可以協助回答這個問題

hi Sir
please type the command in the system , then you will read the device Serial Number

dd if=/dev/mtdblock0 bs=1 skip=$((0xd0006)) count=10 2> /dev/null | cut -c 1-10

For instance,

3 Likes

@phill.liu Thanks
可以成功讀到序號

@Jacky_Wang 好的!! 如有問題 請再提出.謝謝.