newcs on ubuntu desktop

tybet

Registered
Messages
10
Hi i have phoenix readers. and they are working on newcswindows version with several cards, but they are not working on ubuntu desktop version

for example my newcs config on windows

PHP:
<readers name="Standard Phoenix on PC">
<device>
<name>Phoenix on Com1</name>
<type>phoenix</type>
<mhz>600</mhz>
<node>COM1</node>
<infinity_number>0</infinity_number>
<slot>0</slot>
<parity>odd</parity>
<reset>normal</reset>
<export>Yes</export>
<enabled>Yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>


and if i use same config on ubuntu not working also i changed

<node>/dev/ttyS0</node> not working

how can i make?
 

kumaeng

Donating Member
Messages
3
Hi Tybet,

I am also new, but I think that you have to check which comm port you are using. Then, you may need to change /dev/ttyS0 to be S1 or something else.

hope it working.
 
Top