DVSI USB-3000


Serdar ULUKONAKCI
 

Hi,
I think this can be a wrong group but I could not find any group for my question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000 stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar


 

I have not tested the DVSI USB-3000 stick, they're pretty expensive and I haven't purchased one but I can say that we have used the ThumbDV in applications designed for the DVSI stick and it should work but no guarantee.


On Sun, Mar 17, 2019, 08:28 Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I think this can be a wrong group but I could not find any group for my
question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000
stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar





Serdar ULUKONAKCI
 

Hi K7VE,
Thank you very much for your answer.
I have one USB-3000 stick. I'll test it on my RaspberryPi. I'll share the results. I read that compass linux is the preferred dist. for AMBEserver. I'll try to  setup it.
73!
TA3AS
On 17.03.2019 21:05, John D Hays - K7VE wrote:

I have not tested the DVSI USB-3000 stick, they're pretty expensive and I haven't purchased one but I can say that we have used the ThumbDV in applications designed for the DVSI stick and it should work but no guarantee.

On Sun, Mar 17, 2019, 08:28 Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I think this can be a wrong group but I could not find any group for my
question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000
stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar





Serdar ULUKONAKCI
 

Hi,
I installed AMBEserver on RPI 3B+. Distro  is Compass Linux and DVSI USB3000 is at USB0
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2019-03-18 22:27:36 +03; 11s ago
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (AMBEserver)
   CGroup: /system.slice/system-ambeserver.slice/ambeserver@...
           ââ997 /usr/sbin/AMBEserver -p 2460 -i /dev/ttyUSB0 -s 460800

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
After few minutes:
pi@compass:/etc/opendv $ sudo systemctl status ambeserver@...
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2019-03-18 22:28:13 +03; 1min 56s ago
  Process: 997 ExecStart=/usr/sbin/AMBEserver -p ${UDP_PORT} -i /dev/ttyUSB0 $AMBESERVER_FLAGS (code=exited, status=1/FAIL
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (code=exited, status=1/FAILURE)

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Main process exited, code=exited, status=1/FAILURE
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Unit entered failed state.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Triggering OnFailure= dependencies.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Failed with result 'exit-code'.
What am I doing wrong?
Any help will be appreciated.

73!
TA3AS
On 17.03.2019 21:20, Serdar ULUKONAKCI wrote:

Hi K7VE,
Thank you very much for your answer.
I have one USB-3000 stick. I'll test it on my RaspberryPi. I'll share the results. I read that compass linux is the preferred dist. for AMBEserver. I'll try to  setup it.
73!
TA3AS
On 17.03.2019 21:05, John D Hays - K7VE wrote:
I have not tested the DVSI USB-3000 stick, they're pretty expensive and I haven't purchased one but I can say that we have used the ThumbDV in applications designed for the DVSI stick and it should work but no guarantee.

On Sun, Mar 17, 2019, 08:28 Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I think this can be a wrong group but I could not find any group for my
question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000
stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar





 

Try running it without using systemd first.

sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d

Change the baudrate (-s) if it is not 460800 for your device.

There are also python test scripts you use to test, in the github

Like most Unix/Linux commands there is an -h flag for listing the optional flags



On Mon, Mar 18, 2019 at 12:34 PM Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I installed AMBEserver on RPI 3B+. Distro  is Compass Linux and DVSI USB3000 is at USB0
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2019-03-18 22:27:36 +03; 11s ago
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (AMBEserver)
   CGroup: /system.slice/system-ambeserver.slice/ambeserver@...
           ââ997 /usr/sbin/AMBEserver -p 2460 -i /dev/ttyUSB0 -s 460800

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
After few minutes:
pi@compass:/etc/opendv $ sudo systemctl status ambeserver@...
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2019-03-18 22:28:13 +03; 1min 56s ago
  Process: 997 ExecStart=/usr/sbin/AMBEserver -p ${UDP_PORT} -i /dev/ttyUSB0 $AMBESERVER_FLAGS (code=exited, status=1/FAIL
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (code=exited, status=1/FAILURE)

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Main process exited, code=exited, status=1/FAILURE
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Unit entered failed state.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Triggering OnFailure= dependencies.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Failed with result 'exit-code'.
What am I doing wrong?
Any help will be appreciated.

73!
TA3AS
On 17.03.2019 21:20, Serdar ULUKONAKCI wrote:
Hi K7VE,
Thank you very much for your answer.
I have one USB-3000 stick. I'll test it on my RaspberryPi. I'll share the results. I read that compass linux is the preferred dist. for AMBEserver. I'll try to  setup it.
73!
TA3AS
On 17.03.2019 21:05, John D Hays - K7VE wrote:
I have not tested the DVSI USB-3000 stick, they're pretty expensive and I haven't purchased one but I can say that we have used the ThumbDV in applications designed for the DVSI stick and it should work but no guarantee.

On Sun, Mar 17, 2019, 08:28 Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I think this can be a wrong group but I could not find any group for my
question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000
stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar






--


John D. Hays
Edmonds, WA
K7VE

   


 

This assumes that /dev/ttyUSB0 is your DVSI USB-3000, if not, change accordingly.

On Mon, Mar 18, 2019 at 12:48 PM John D Hays - K7VE via Groups.Io <john=hays.org@groups.io> wrote:
Try running it without using systemd first.

sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d

Change the baudrate (-s) if it is not 460800 for your device.

There are also python test scripts you use to test, in the github

Like most Unix/Linux commands there is an -h flag for listing the optional flags



On Mon, Mar 18, 2019 at 12:34 PM Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I installed AMBEserver on RPI 3B+. Distro  is Compass Linux and DVSI USB3000 is at USB0
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2019-03-18 22:27:36 +03; 11s ago
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (AMBEserver)
   CGroup: /system.slice/system-ambeserver.slice/ambeserver@...
           ââ997 /usr/sbin/AMBEserver -p 2460 -i /dev/ttyUSB0 -s 460800

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
After few minutes:
pi@compass:/etc/opendv $ sudo systemctl status ambeserver@...
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2019-03-18 22:28:13 +03; 1min 56s ago
  Process: 997 ExecStart=/usr/sbin/AMBEserver -p ${UDP_PORT} -i /dev/ttyUSB0 $AMBESERVER_FLAGS (code=exited, status=1/FAIL
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (code=exited, status=1/FAILURE)

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Main process exited, code=exited, status=1/FAILURE
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Unit entered failed state.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Triggering OnFailure= dependencies.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Failed with result 'exit-code'.
What am I doing wrong?
Any help will be appreciated.

73!
TA3AS
On 17.03.2019 21:20, Serdar ULUKONAKCI wrote:
Hi K7VE,
Thank you very much for your answer.
I have one USB-3000 stick. I'll test it on my RaspberryPi. I'll share the results. I read that compass linux is the preferred dist. for AMBEserver. I'll try to  setup it.
73!
TA3AS
On 17.03.2019 21:05, John D Hays - K7VE wrote:
I have not tested the DVSI USB-3000 stick, they're pretty expensive and I haven't purchased one but I can say that we have used the ThumbDV in applications designed for the DVSI stick and it should work but no guarantee.

On Sun, Mar 17, 2019, 08:28 Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I think this can be a wrong group but I could not find any group for my
question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000
stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar






--


John D. Hays
Edmonds, WA
K7VE

   



--


John D. Hays
Edmonds, WA
K7VE

   


Serdar ULUKONAKCI
 

Hi John,
Thank you very much for your support.
Yes. USB-3000 is located at USB0
pi@compass:~ $ ls /dev/ttyU*
/dev/ttyUSB0
pi@compass:~ $


and the result after sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d command.

pi@compass:~ $ sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d
AMBEserver: Starting...
AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
pi@compass:~ $ AMBEserver: Couldn't find start byte in serial data
AMBEserver: error receiving response to reset
AMBEserver: Could not initialize the DV3K!

73!
Serdar



On 18.03.2019 22:53, John D Hays - K7VE wrote:

This assumes that /dev/ttyUSB0 is your DVSI USB-3000, if not, change accordingly.

On Mon, Mar 18, 2019 at 12:48 PM John D Hays - K7VE via Groups.Io <john=hays.org@groups.io> wrote:
Try running it without using systemd first.

sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d

Change the baudrate (-s) if it is not 460800 for your device.

There are also python test scripts you use to test, in the github

Like most Unix/Linux commands there is an -h flag for listing the optional flags



On Mon, Mar 18, 2019 at 12:34 PM Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I installed AMBEserver on RPI 3B+. Distro  is Compass Linux and DVSI USB3000 is at USB0
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2019-03-18 22:27:36 +03; 11s ago
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (AMBEserver)
   CGroup: /system.slice/system-ambeserver.slice/ambeserver@...
           ââ997 /usr/sbin/AMBEserver -p 2460 -i /dev/ttyUSB0 -s 460800

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
After few minutes:
pi@compass:/etc/opendv $ sudo systemctl status ambeserver@...
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2019-03-18 22:28:13 +03; 1min 56s ago
  Process: 997 ExecStart=/usr/sbin/AMBEserver -p ${UDP_PORT} -i /dev/ttyUSB0 $AMBESERVER_FLAGS (code=exited, status=1/FAIL
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (code=exited, status=1/FAILURE)

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Main process exited, code=exited, status=1/FAILURE
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Unit entered failed state.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Triggering OnFailure= dependencies.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Failed with result 'exit-code'.
What am I doing wrong?
Any help will be appreciated.

73!
TA3AS
On 17.03.2019 21:20, Serdar ULUKONAKCI wrote:
Hi K7VE,
Thank you very much for your answer.
I have one USB-3000 stick. I'll test it on my RaspberryPi. I'll share the results. I read that compass linux is the preferred dist. for AMBEserver. I'll try to  setup it.
73!
TA3AS
On 17.03.2019 21:05, John D Hays - K7VE wrote:
I have not tested the DVSI USB-3000 stick, they're pretty expensive and I haven't purchased one but I can say that we have used the ThumbDV in applications designed for the DVSI stick and it should work but no guarantee.

On Sun, Mar 17, 2019, 08:28 Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I think this can be a wrong group but I could not find any group for my
question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000
stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar






--


John D. Hays
Edmonds, WA
K7VE

   



--


John D. Hays
Edmonds, WA
K7VE

   


Serdar ULUKONAKCI
 

Hi John,

I changed the baud rate to 230400. Previous error gone

pi@compass:~ $ sudo AMBEserver -i /dev/ttyUSB0 -s 230400 -d
AMBEserver: Starting...
AMBEserver: Opened serial port /dev/ttyUSB0 at 230400 bps.

But there is a strange behavior. You can see at attached picture.

73!


On 18.03.2019 22:59, Serdar ULUKONAKCI wrote:

Hi John,
Thank you very much for your support.
Yes. USB-3000 is located at USB0
pi@compass:~ $ ls /dev/ttyU*
/dev/ttyUSB0
pi@compass:~ $


and the result after sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d command.

pi@compass:~ $ sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d
AMBEserver: Starting...
AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
pi@compass:~ $ AMBEserver: Couldn't find start byte in serial data
AMBEserver: error receiving response to reset
AMBEserver: Could not initialize the DV3K!

73!
Serdar



On 18.03.2019 22:53, John D Hays - K7VE wrote:
This assumes that /dev/ttyUSB0 is your DVSI USB-3000, if not, change accordingly.

On Mon, Mar 18, 2019 at 12:48 PM John D Hays - K7VE via Groups.Io <john=hays.org@groups.io> wrote:
Try running it without using systemd first.

sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d

Change the baudrate (-s) if it is not 460800 for your device.

There are also python test scripts you use to test, in the github

Like most Unix/Linux commands there is an -h flag for listing the optional flags



On Mon, Mar 18, 2019 at 12:34 PM Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I installed AMBEserver on RPI 3B+. Distro  is Compass Linux and DVSI USB3000 is at USB0
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2019-03-18 22:27:36 +03; 11s ago
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (AMBEserver)
   CGroup: /system.slice/system-ambeserver.slice/ambeserver@...
           ââ997 /usr/sbin/AMBEserver -p 2460 -i /dev/ttyUSB0 -s 460800

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
After few minutes:
pi@compass:/etc/opendv $ sudo systemctl status ambeserver@...
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2019-03-18 22:28:13 +03; 1min 56s ago
  Process: 997 ExecStart=/usr/sbin/AMBEserver -p ${UDP_PORT} -i /dev/ttyUSB0 $AMBESERVER_FLAGS (code=exited, status=1/FAIL
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (code=exited, status=1/FAILURE)

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Main process exited, code=exited, status=1/FAILURE
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Unit entered failed state.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Triggering OnFailure= dependencies.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Failed with result 'exit-code'.
What am I doing wrong?
Any help will be appreciated.

73!
TA3AS
On 17.03.2019 21:20, Serdar ULUKONAKCI wrote:
Hi K7VE,
Thank you very much for your answer.
I have one USB-3000 stick. I'll test it on my RaspberryPi. I'll share the results. I read that compass linux is the preferred dist. for AMBEserver. I'll try to  setup it.
73!
TA3AS
On 17.03.2019 21:05, John D Hays - K7VE wrote:
I have not tested the DVSI USB-3000 stick, they're pretty expensive and I haven't purchased one but I can say that we have used the ThumbDV in applications designed for the DVSI stick and it should work but no guarantee.

On Sun, Mar 17, 2019, 08:28 Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I think this can be a wrong group but I could not find any group for my
question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000
stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar






--


John D. Hays
Edmonds, WA
K7VE

   



--


John D. Hays
Edmonds, WA
K7VE

   


Dennis Ramos
 

Hello guys, my ambeserver is working now for about 3 days 24/7.

Just noticed that it hang twice so I need to reboot it.

Any idea why? Or any log to check

Thanks

Dennis


On 18 March 2019 20:11:56 GMT, Serdar ULUKONAKCI <ta3as@...> wrote:

Hi John,

I changed the baud rate to 230400. Previous error gone

pi@compass:~ $ sudo AMBEserver -i /dev/ttyUSB0 -s 230400 -d
AMBEserver: Starting...
AMBEserver: Opened serial port /dev/ttyUSB0 at 230400 bps.

But there is a strange behavior. You can see at attached picture.

73!


On 18.03.2019 22:59, Serdar ULUKONAKCI wrote:
Hi John,
Thank you very much for your support.
Yes. USB-3000 is located at USB0
pi@compass:~ $ ls /dev/ttyU*
/dev/ttyUSB0
pi@compass:~ $


and the result after sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d command.

pi@compass:~ $ sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d
AMBEserver: Starting...
AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
pi@compass:~ $ AMBEserver: Couldn't find start byte in serial data
AMBEserver: error receiving response to reset
AMBEserver: Could not initialize the DV3K!

73!
Serdar



On 18.03.2019 22:53, John D Hays - K7VE wrote:
This assumes that /dev/ttyUSB0 is your DVSI USB-3000, if not, change accordingly.

On Mon, Mar 18, 2019 at 12:48 PM John D Hays - K7VE via Groups.Io <john=hays.org@groups.io> wrote:
Try running it without using systemd first.

sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d

Change the baudrate (-s) if it is not 460800 for your device.

There are also python test scripts you use to test, in the github

Like most Unix/Linux commands there is an -h flag for listing the optional flags



On Mon, Mar 18, 2019 at 12:34 PM Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I installed AMBEserver on RPI 3B+. Distro  is Compass Linux and DVSI USB3000 is at USB0
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2019-03-18 22:27:36 +03; 11s ago
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (AMBEserver)
   CGroup: /system.slice/system-ambeserver.slice/ambeserver@...
           ââ997 /usr/sbin/AMBEserver -p 2460 -i /dev/ttyUSB0 -s 460800

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
After few minutes:
pi@compass:/etc/opendv $ sudo systemctl status ambeserver@...
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2019-03-18 22:28:13 +03; 1min 56s ago
  Process: 997 ExecStart=/usr/sbin/AMBEserver -p ${UDP_PORT} -i /dev/ttyUSB0 $AMBESERVER_FLAGS (code=exited, status=1/FAIL
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (code=exited, status=1/FAILURE)

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Main process exited, code=exited, status=1/FAILURE
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Unit entered failed state.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Triggering OnFailure= dependencies.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Failed with result 'exit-code'.
What am I doing wrong?
Any help will be appreciated.

73!
TA3AS
On 17.03.2019 21:20, Serdar ULUKONAKCI wrote:
Hi K7VE,
Thank you very much for your answer.
I have one USB-3000 stick. I'll test it on my RaspberryPi. I'll share the results. I read that compass linux is the preferred dist. for AMBEserver. I'll try to  setup it.
73!
TA3AS
On 17.03.2019 21:05, John D Hays - K7VE wrote:
I have not tested the DVSI USB-3000 stick, they're pretty expensive and I haven't purchased one but I can say that we have used the ThumbDV in applications designed for the DVSI stick and it should work but no guarantee.

On Sun, Mar 17, 2019, 08:28 Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I think this can be a wrong group but I could not find any group for my
question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000
stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar






--


John D. Hays
Edmonds, WA
K7VE

   



--


John D. Hays
Edmonds, WA
K7VE

   


Lito - WI6Y
 

Hi Dennis,

Did you try running it in the foreground as John suggested?

sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d

Lito


From: ambe@nw-digital-radio.groups.io <ambe@nw-digital-radio.groups.io> on behalf of Dennis Ramos <m0tfg@...>
Sent: Monday, March 18, 2019 2:46 PM
To: ambe@nw-digital-radio.groups.io
Subject: Re: [ambe] DVSI USB-3000
 
Hello guys, my ambeserver is working now for about 3 days 24/7.

Just noticed that it hang twice so I need to reboot it.

Any idea why? Or any log to check

Thanks

Dennis

On 18 March 2019 20:11:56 GMT, Serdar ULUKONAKCI <ta3as@...> wrote:

Hi John,

I changed the baud rate to 230400. Previous error gone

pi@compass:~ $ sudo AMBEserver -i /dev/ttyUSB0 -s 230400 -d
AMBEserver: Starting...
AMBEserver: Opened serial port /dev/ttyUSB0 at 230400 bps.

But there is a strange behavior. You can see at attached picture.

73!


On 18.03.2019 22:59, Serdar ULUKONAKCI wrote:
Hi John,
Thank you very much for your support.
Yes. USB-3000 is located at USB0
pi@compass:~ $ ls /dev/ttyU*
/dev/ttyUSB0
pi@compass:~ $


and the result after sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d command.

pi@compass:~ $ sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d
AMBEserver: Starting...
AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
pi@compass:~ $ AMBEserver: Couldn't find start byte in serial data
AMBEserver: error receiving response to reset
AMBEserver: Could not initialize the DV3K!

73!
Serdar



On 18.03.2019 22:53, John D Hays - K7VE wrote:
This assumes that /dev/ttyUSB0 is your DVSI USB-3000, if not, change accordingly.

On Mon, Mar 18, 2019 at 12:48 PM John D Hays - K7VE via Groups.Io <john=hays.org@groups.io> wrote:
Try running it without using systemd first.

sudo AMBEserver -i /dev/ttyUSB0 -s 460800 -d

Change the baudrate (-s) if it is not 460800 for your device.

There are also python test scripts you use to test, in the github

Like most Unix/Linux commands there is an -h flag for listing the optional flags



On Mon, Mar 18, 2019 at 12:34 PM Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I installed AMBEserver on RPI 3B+. Distro  is Compass Linux and DVSI USB3000 is at USB0
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2019-03-18 22:27:36 +03; 11s ago
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (AMBEserver)
   CGroup: /system.slice/system-ambeserver.slice/ambeserver@...
           ââ997 /usr/sbin/AMBEserver -p 2460 -i /dev/ttyUSB0 -s 460800

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
After few minutes:
pi@compass:/etc/opendv $ sudo systemctl status ambeserver@...
â ambeserver@... - DV3000 Daemon
   Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Mon 2019-03-18 22:28:13 +03; 1min 56s ago
  Process: 997 ExecStart=/usr/sbin/AMBEserver -p ${UDP_PORT} -i /dev/ttyUSB0 $AMBESERVER_FLAGS (code=exited, status=1/FAIL
  Process: 994 ExecStartPre=/bin/chmod 0660 /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
  Process: 991 ExecStartPre=/bin/chgrp dialout /dev/ttyUSB0 (code=exited, status=0/SUCCESS)
 Main PID: 997 (code=exited, status=1/FAILURE)

Mar 18 22:27:36 compass systemd[1]: Starting DV3000 Daemon...
Mar 18 22:27:36 compass systemd[1]: Started DV3000 Daemon.
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Starting...
Mar 18 22:27:36 compass AMBEserver[997]: AMBEserver: Opened serial port /dev/ttyUSB0 at 460800 bps.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Main process exited, code=exited, status=1/FAILURE
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Unit entered failed state.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Triggering OnFailure= dependencies.
Mar 18 22:28:13 compass systemd[1]: ambeserver@...: Failed with result 'exit-code'.
What am I doing wrong?
Any help will be appreciated.

73!
TA3AS
On 17.03.2019 21:20, Serdar ULUKONAKCI wrote:
Hi K7VE,
Thank you very much for your answer.
I have one USB-3000 stick. I'll test it on my RaspberryPi. I'll share the results. I read that compass linux is the preferred dist. for AMBEserver. I'll try to  setup it.
73!
TA3AS
On 17.03.2019 21:05, John D Hays - K7VE wrote:
I have not tested the DVSI USB-3000 stick, they're pretty expensive and I haven't purchased one but I can say that we have used the ThumbDV in applications designed for the DVSI stick and it should work but no guarantee.

On Sun, Mar 17, 2019, 08:28 Serdar ULUKONAKCI <ta3as@...> wrote:
Hi,
I think this can be a wrong group but I could not find any group for my
question.
Can a DVSI's USB-3000 stick work with AMBEserver? Is the DVSI's USB-3000
stick is compatible with AMBEserver software?
Any help will be appreciated.
Best Regards,
TA3AS
Serdar






--


John D. Hays
Edmonds, WA
K7VE

   



--


John D. Hays
Edmonds, WA
K7VE

   


Serdar ULUKONAKCI
 

Hi,

I tested my DVSI USB-3000 with  Thumbtest.exe program.

Weird response. Any clue?


 

Is that the right baud rate for the USB-3000? (I don't own one, and there has been no testing in of the USB-3000 with ThumbTest.exe)

On Sat, Mar 23, 2019 at 12:53 PM Serdar ULUKONAKCI <ta3as@...> wrote:

Hi,

I tested my DVSI USB-3000 with  Thumbtest.exe program.

Weird response. Any clue?



--


John D. Hays
Edmonds, WA
K7VE

   


Serdar ULUKONAKCI
 

Hi John,
You are great and thank you very much for your answers about my DVSI USB-3000.
I can give you a SSH access to my RPI for your tests if you have time for further tests.

Best Regards,

Serdar
On 23.03.2019 23:56, John D Hays - K7VE wrote:

Is that the right baud rate for the USB-3000? (I don't own one, and there has been no testing in of the USB-3000 with ThumbTest.exe)

On Sat, Mar 23, 2019 at 12:53 PM Serdar ULUKONAKCI <ta3as@...> wrote:

Hi,

I tested my DVSI USB-3000 with  Thumbtest.exe program.

Weird response. Any clue?



--


John D. Hays
Edmonds, WA
K7VE

   


Scott Weis (KB2EAR)
 

Try 460800 for the baud rate.

 

From: ambe@nw-digital-radio.groups.io [mailto:ambe@nw-digital-radio.groups.io] On Behalf Of Serdar ULUKONAKCI
Sent: Saturday, March 23, 2019 5:44 PM
To: ambe@nw-digital-radio.groups.io
Subject: Re: [ambe] DVSI USB-3000

 

Hi John,
You are great and thank you very much for your answers about my DVSI USB-3000.
I can give you a SSH access to my RPI for your tests if you have time for further tests.

Best Regards,

Serdar

On 23.03.2019 23:56, John D Hays - K7VE wrote:

Is that the right baud rate for the USB-3000? (I don't own one, and there has been no testing in of the USB-3000 with ThumbTest.exe)

 

On Sat, Mar 23, 2019 at 12:53 PM Serdar ULUKONAKCI <ta3as@...> wrote:

Hi,

I tested my DVSI USB-3000 with  Thumbtest.exe program.

Weird response. Any clue?


 

--

 


John D. Hays
Edmonds, WA

K7VE

 

   

 


Serdar ULUKONAKCI
 

Hi Scott,
I tried 460800 for the baud rate but no luck :-(





On 24.03.2019 05:27, Scott Weis (KB2EAR) via Groups.Io wrote:

Try 460800 for the baud rate.

 

From: ambe@nw-digital-radio.groups.io [mailto:ambe@nw-digital-radio.groups.io] On Behalf Of Serdar ULUKONAKCI
Sent: Saturday, March 23, 2019 5:44 PM
To: ambe@nw-digital-radio.groups.io
Subject: Re: [ambe] DVSI USB-3000

 

Hi John,
You are great and thank you very much for your answers about my DVSI USB-3000.
I can give you a SSH access to my RPI for your tests if you have time for further tests.

Best Regards,

Serdar

On 23.03.2019 23:56, John D Hays - K7VE wrote:

Is that the right baud rate for the USB-3000? (I don't own one, and there has been no testing in of the USB-3000 with ThumbTest.exe)

 

On Sat, Mar 23, 2019 at 12:53 PM Serdar ULUKONAKCI <ta3as@...> wrote:

Hi,

I tested my DVSI USB-3000 with  Thumbtest.exe program.

Weird response. Any clue?


 

--

 


John D. Hays
Edmonds, WA

K7VE