ฟิกไปเลยครับว่าให้การ์ดใบไหนอ่านช่องอะไรบ้างครับ เช่นการ์ดใบที่ 1 อ่านตั้งแต่ช่อง 1-40 การ์ดใบที่ 2 อ่านตั้งแต่ช่อง 41-90 ไรประมาณนั้น
ทำอย่างไร แนะนำหน่อยครับ
# load balancing between identical cards, list device names of card readers containing identical cards,
# optionally followed by a list of service id's which are to be excluded loadbalancing
#
# LOADBALANCE : <device1> <device2> .. <devicen> { <exceptsid1>, <exceptsid2> .. , <exceptsidn> }#
# multiple loadbalance groups can be configured, by adding multiple lines
# warning: restart is required, when loadbalance group config changes
#
#example 1: load balance requests for three identical cards
#
# LOADBALANCE : /dev/ttyS0 /dev/ttyS1 /dev/ttyS2
#
#example 2: load balance requests for two almost identical cards, sid 0df3 and 0de1 are only available
#on one of the cards, so requests for these sids shouldn't be loadbalanced
#
# LOADBALANCE : /dev/ttyS5 /dev/ttyS6 { 0df3,0de1 }