if anyone can make heads or tales..here is the config.
DOS screen
calibrating delay (322) ----done
initializing serial communication----------done
connected
client ready!-- waiting on request...
still using the wizard..manual install confused me :)
not up on commands or changes in DOS if that's needed.
i feel like such a dumbarse..
################################################## #############################
# XX-CLIENT v1.14 [rq-sssp-client wrapper] #
# System Requirements: Windows XP or newer (Pentium I or better) #
# Release Date: April 03, 2012 #
# hxxp://xxxxxxx.xxxp.xxxx #
# All configuration options in this file observe the same format: #
# <configuration_name>=<configuration_value> #
################################################## #############################
############################# XX-CLIENT Settings ##############################
# The other one of the paired virtual serial ports from a driver like com0com.
# NOTE: If you used the WIZARD.EXE app or the INSTALL_VIRTUAL_PORTS.EXE app
# this setting does not need to be changed.
emulator_serial_port=\\.\CNCA0
# Serial port where the receiver is connected.
# Default setting: COM1
receiver_serial_port=COM1
# Timeout for reading data from the receiver in milliseconds.
# Sensible values for this parameter go from 0 to 2000 (milliseconds)
# Default Setting: 500
receiver_timeout=500
# Sets the byte read delay for the receiver. This is the pause taken before
# reading data from the COM port connected to the receiver.
# Sensible values for this parameter go from 0 to 500 (milliseconds)
# Note: Especially useful for older hardware. The lower the setting the faster
# channel changes will be. Set higher if you are having issues reading data
# from the receiver. I.E., getting a "ERROR: Invalid receiver data" message.
# Default Setting: 250
receiver_byte_read_delay=250
# Sets the byte read delay for the server. This is the pause taken before
# reading data from the COM port that communicates with rq-sssp-client.
# Sensible values for this parameter go from 0 to 500 (milliseconds)
# Note: Especially useful for older hardware. The lower the setting the faster
# channel changes will be. Set higher if you are having issues reading data
# from the server. I.E., getting a "ERROR: Invalid server data" message.
# Default Setting: 100
server_byte_read_delay=100
# Timeout for writing data to the COM ports in milliseconds.
# Sensible values for this parameter go from 50 to 2000 (milliseconds)
# Default Setting: 2000
byte_write_timeout=2000
# Receiver protocol to emulate
# 0 - Auto detect (May not always work...yet)
# 1 - Viewsat (Ultra, Extreme, 9000HD, Max)
# 2 - CNX (Nano, Trio, Duo, Mini)
emulator_protocol=1
########################## rq-sssp-client Settings ############################
[General]
# One of the paired virtual serial ports from a driver like com0com.
# Example:
# COM1, COM2, ... COM<n>
# NOTE: If you used the WIZARD.EXE app or the INSTALL_VIRTUAL_PORTS.EXE app
# this setting does not need to be changed.
serial_port=\\.\CNCB0
# Serial port communication settings.
# Example: 115200|8|N|1 = 115200bps, 8 data bits, no parity, 1 stop bit.
# Default setting: 115200|8|N|1
serial_port_settings=115200|8|N|1
# Sets the byte write delay for the COM port that communicates with
# rq-sssp-client. You can tweak this value in case you're having
# communication problems. Sensible values for this parameter go from
# 0 to 500 (milliseconds). With virtual ports this could probably be set as
# low as 0 but 50 would be more reasonable. A lower setting could help channel
# changing speed.
# Default setting: 50
byte_write_delay=50
# SSSP protocol variant
# 0 - Viewsat (Weather Forecaster to Captiveworks protocol)
# 0 - CNX (Conaxsat to Captiveworks protocol)
# Must be set to 0 when using xx-client
receiver_protocol=0
# CaID mappings. This is used to solve CaID mismatch errors when a
# receiver reports the wrong CaID (this can happen when the provider uses
# multiple CaIDs). If you're sure the card server you're using supports the
# provider, you can override the CaID mismatch check this way.
#
# Format:
# caid_mappings=<original_caid>:<mapped_caid>|<original_caid>:<mapped_caid>| ...
#
# Example: Your receiver may report CaID 1802, the card server
# reports CaID 1816. Add this mapping:
#
# caid_mappings=1802:1816
#
# You can also add several mappings like this:
#
# caid_mappings=1802:1816|1803:1816| ...
caid_mappings=
# Enable or disable background execution (Hide console window)
# 0 - Disable
# 1 - Enable
# Default setting: 0
background_execution=0
# This sets the level of console output for debugging:
# 0 - Silent, 1 - Basic debug info, 2 - Extended debug info,
# 3 - Show all debug info
# Default setting: 1
debug_level=1
# This option enables or disables the writing of debug information to the
# console.
# Default setting: 1
log_to_console=1
# This option enables or disables the writing of console output to a log file
# Default setting: 0
log_to_file=0
# When log_to_file is set to 1, this is the path and filename to write console
# ouput to.
#
# NOTE: This should be set to a valid Windows/DOS path.
# Default setting: vs-sssp-client.log
logfile_name=xx-client.log
# Timeout in seconds for receiving control words from server.
# Default setting: 12
control_words_timeout=12
# URL of card-server to use, formats are as follows:
#
# newcamd://<username>:<password>@<hostname>:<port>/<des_key>/[EMM]
#
# Example:
# newcamd://foo:
[email protected]:12345/0CE3476FF2E1C9D9A0A109B371E3/EMM
#
# NOTE: The "EMM" suffix is optional and tells rq-sssp-client whether
# to send EMM's to the card-server or not. Enabling or disabling this only
# has effect if the card-server is configured to accept emms from this client.
#
# Multiple card-server url's can be specified for server fail-over.
# If the client fails to connect or fails to get valid CW's, it will try to
# connect to other servers in a round-robin fashion.
#
# Up to 65 servers can be added from index 0 to 63, plus a non-indexed parameter
# named "card_server_url"
card_server_url=newcamd://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx