hey guys i realy need some help ive been trying to figure this out for 2 weeks now and im not getting any further
ive purchased and made the jaycar card reader conected it to the computer with a dse usb to serial cable got a 45xx sky card
the usb serial port shows up in device manager but i cannot get newcs to work heres what i get when i run it
This is NewCS 1.65 - the New CardServer by the Butter-team..
Compiled on Jan 19 2009 at 17:54:08
Reading Config file from newcs.xml
TCP-log password is enabled, set to: NewCSpwd
level: internal
type: all
output: console,tcp
logger config: level 16777215 type 255 output 5
Console log options: level 16777215 type 255
TCP log options: level 1 type 255
[ 22:52:42 ] [ Box detect ] Windows Vista Build 7600
[ 22:52:42 ] [ Config ] Option <blockc0> for device 0 (Phoenix on Com1) not present, defaulting to N
O
[ 22:52:42 ] [ Config ] Pincode for device 0 (Phoenix on Com1): 0000
[ 22:52:42 ] [ Config ] Option <parity> for device 0 (Phoenix on Com1) not present, defaulting to OD
D
[ 22:52:42 ] [ Config ] Option <sid> for device 0 (Phoenix on Com1) not present, no static sids adde
d to filter
[ 22:52:42 ] [ Config ] COM1 ECM priority: round
[ 22:52:42 ] [ Chameleon2 ] Adding name myname on destination remote (Realm: myShares) on port 1234
- 0x58f998 [ op ptr 0x58ff28 ]
[ 22:52:42 ] [ Newcamd ] Server name : newcs
[ 22:52:42 ] [ Newcamd ] Des key : 0102030405060708091011121314
[ 22:52:42 ] [ Config ] Option <readers> not present for User: tuner1, NO reader control enabled
[ 22:52:42 ] [ Newcamd ] User 2: tuner1, Pass: b1teme, Host localhost, Port: 15000, Au: On, Spider a
llowed: No, Sidoverride: No, level: 1
[ 22:52:42 ] [ httpd ] httpd-user: newcs, password: newcs, accesslevel: admin
[ 22:52:42 ] [ EMM Cache ] Initialising dynamic Cache
[ 22:52:42 ] [ ECM Cache ] Initialising dynamic Cache
[ 22:52:42 ] Calibrating delay loops
[ 22:52:42 ] usleep(5) takes: 0 s 1000 us
[ 22:52:42 ] usleep(10) takes: 0 s 1000 us
[ 22:52:42 ] usleep(100) takes: 0 s 1000 us
[ 22:52:42 ] usleep(500) takes: 0 s 1000 us
[ 22:52:42 ] Allocation memory for 200 regular users
[ 22:52:42 ] [ Loader ] Starting Telnet on port 1001
[ 22:52:42 ] [ SockSrv ] Server thread started
[ 22:52:42 ] [ Loader ] Started HTTP-server on port: 8080
[ 22:52:42 ] [ Loader ] Reader type 2 on node COM1
[ 22:52:42 ] [ CardMan ] Reseting reader parameters
[ 22:52:42 ] [ Phoenix ] Opening device COM1
[ 22:52:42 ] [ Phoenix ] Setting parity to ODD on node COM1
[ 22:52:42 ] [ Phoenix ] Setting 1 Stop bit on node COM1
[ 22:52:42 ] [ Phoenix ] Setting baud to 9600
[ 22:52:44 ] [ Loader ] Reset failed ...
[ 22:52:44 ] [ Loader ] Starting Newcamd Server on port 15000
[ 22:52:44 ] [ Card queue COM1 ] Starting...
[ 22:52:44 ] [ Newcamd ] Newcamd thread Server started on port 15000
newcamd: main loop
and here is my newcs xml file
<?xml version="1.0"?>
<newCSconfig>
<readers name="Standard Phoenix on PC">
<device>
<name>Phoenix on Com1</name>
<type>phoenix</type>
<mhz>357</mhz>
<node>COM1</node>
<reset>normal</reset>
<export>No</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<blockC0>Yes</blockC0>
<crypto-special>No</crypto-special>
<PTShandshake>No</PTShandshake>
<carddetect>No</carddetect>
<newcamd_port>15000</newcamd_port>
<autosid>Yes</autosid>
<pincode>0000</pincode>
<Seca-PPV>No</Seca-PPV>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>No</enabled>
<port>10001</port>
<allow>
<hostname>localhost</hostname>
</allow>
</radegastserver>
<cache>
<emm>20</emm>
<ecm>-1</ecm>
</cache>
<httpd>
<server>
<port>8080</port>
<enabled>yes</enabled>
</server>
<user>
<name>newcs</name>
<password>newcs</password>
<accesslevel>admin</accesslevel>
</user>
</httpd>
<debug>
<password>NewCSpwd</password>
<mode>simple</mode>
<level>internal</level>
<type>all</type>
<output>console,tcp</output>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
</debug>
<newcamdserver>
<enabled>Yes</enabled>
<name>newcs</name>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<user>
<name>tuner1</name>
<password>b1teme</password>
<au>on</au>
<hostname>localhost</hostname>
<port>15000</port>
<sidoverride>off</sidoverride>
<spider>No</spider>
<cardlevel>1</cardlevel>
</user>
</newcamdserver>
<chameleon2>
<server>
<port>1234</port>
<enabled>no</enabled>
<realm>myShares</realm>
</server>
<peer>
<hostname>remote</hostname>
<port>1234</port>
<name>myname</name>
<password>mypassword</password>
<realm>myShares</realm>
</peer>
<user>
<name>myname</name>
<password>mypassword</password>
<realm>myShares</realm>
</user>
</chameleon2>
</newCSconfig>