VR4PortReader

From VentureResearchWiki
Jump to navigation Jump to search

VR 4-Port Reader[edit | edit source]

check for newer m6e hwversion: 18.00.00.04

RFID HWVERSION

apply fix for low tag read distance if the board has a POE module

SET TARI 6.25
SET BLF 640khz
COMMIT

Customer Specific Configuration[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33v2-linuxboard/vr-4port-secondrun.sh -O - | sh

With GPS[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33v2-linuxboard/vr-4port-gps-secondrun.sh -O - | sh

VRR4DCS[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/vr-am33v2-linuxboard/vrr4dcs-secondrun.sh -O - | sh

After complete the second-run script, look for the the serial device name:

ls /dev/serial/by-id/

Then put the device name you just found in the file:

vi /etc/default/serial-bridge-vrreader-api

set

UART=/dev/serial/by-id/[name you found]

restart

systemctl restart serial-bridge-vrreader-api

Manually check serial port:

microcom -s 115200 /dev/ttyUSB0

Type ctrl-a-z-x to quit.