Search found 5 matches
- Wed Dec 05, 2018 5:36 pm
- Forum: Troubleshooting Help
- Topic: AISMON
- Replies: 3
- Views: 4829
Re: AISMON
I have used AISMON for a long time, however, the virtual audio cable has always be a problem. Then I switched to AISDECO2. It sends NMEA sentences to UDP. It implements the radio control of the dongle and the decode. So you don't need audio cable and other software, and it monitors both AIS frequenc...
- Wed Dec 05, 2018 5:29 pm
- Forum: Troubleshooting Help
- Topic: AISDECO2 download has no .bat file
- Replies: 5
- Views: 7790
Re: AISDECO2 download has no .bat file
This is my bat file, it works (the frequency correction has to be realted to your device
@echo off
cmd /c aisdeco2 --gain 38.6 --freq-correction 65 --freq 161975000 --freq 162025000 --udp 127.0.0.1:10110
PAUSE
exit
Giuseppe
@echo off
cmd /c aisdeco2 --gain 38.6 --freq-correction 65 --freq 161975000 --freq 162025000 --udp 127.0.0.1:10110
PAUSE
exit
Giuseppe
- Wed Dec 05, 2018 7:21 am
- Forum: Troubleshooting Help
- Topic: AISDECO2 problems with missing msvcp110.dll
- Replies: 2
- Views: 2562
Re: AISDECO2 problems with missing msvcp110.dll
I answer to my own question, so it may be useful to others. I solved the problem in this way: I had to install the Visual C++ Redistributable 2012 Update 4 (x86), the (x64) gave no results. then the error on msvcp110.dll and msvcr110.dll disappeared, but remained the one on msvcr100.dll, Then I inst...
- Tue Dec 04, 2018 2:42 pm
- Forum: Troubleshooting Help
- Topic: Very weak singnal from NOAA with QFH anthenna
- Replies: 15
- Views: 13452
Re: Very weak singnal from NOAA with QFH anthenna
I'm surprised. I once went on the web, found the instructions and the measures, and I built a similar antenna to track satellites with just a iron wire to hang the wash and it worked perfectly from the start. Let try to substitute the coaxial cable with just a wire, and pay attention to the right co...
- Tue Dec 04, 2018 8:54 am
- Forum: Troubleshooting Help
- Topic: AISDECO2 problems with missing msvcp110.dll
- Replies: 2
- Views: 2562
AISDECO2 problems with missing msvcp110.dll
This is a classical problem in running AISDECO2 on windows 10. The presumed missed dll are: msvcp110.dll msvcr110.dll msvcr100.dll, even if they are present in C:\Windows\System32. Usually this problem is solved by installing Visual C++ Redistributable for Visual Studio 2012 Update 4 but this time i...