@Nabilosat, All...:
This product works fine with this configuration for CCcam only:
SERIAL READER : /dev/ttyUSB0 smartreader+
SERIAL READER : /dev/ttyUSB1 smartreader+
SERIAL READER : /dev/ttyUSB2 smartreader+
For newcs, I think that I need 3 devices ( as example ), but problem is what type I have to test for working fine...?
<type> Mode ??? . infinity ?,
Please could you tell me if this config is Ok?
Code:
<device>
<name>Smartgo+ USB1</name>
<type>infinity</type> <!-- Another type here??? -->
<node>/dev/ttyUSB0</node> <!-- For device 1 -->
<mhz>357</mhz>
<parity>even</parity>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>yes</blocksa>
<blockua>yes</blockua>
<blockga>no</blockga>
<boxkey>00000000000000000</boxkey>
<rsa></rsa>
<PTShandshake>no</PTShandshake>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>9998</newcamd_port>
<priority>round</priority>
</device>
Rest of device will be same, but with
<type>infinity</type>
<node>/dev/ttyUSB1</node> <!-- For device 2 -->
...
<node>/dev/ttyUSBX</node> <!-- For device X -->
Thks.