Newer
Older
casic-metering-readwriter / src / main / resources / config / application.yml
wangpeng on 26 Apr 2024 577 bytes 大读写器厂家最新版对接
server:
  port: 8083

logging:
  config: classpath:logback-spring.xml
  level.root: info
  level.com.casic: debug
  level.org.springframework.web: info
log:
  path: D:\metering\casic-metering-readwriter-1.0-SNAPSHOT\logs

casic:
  readwriter:
#    开启大读写器天线个数,0x01一个,0x0F全开,四个天线都开需要4个天线都连上才行
    antenna: 0x01
#    大读写器读取时长(秒)
    readDuration: 5
#    小读写器读取时长(秒)
    miniReadDuration: 5
#    有线扫码枪监听器接收数据时长(秒)
    receiveDuration: 10