Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long delay exiting in piped mode on Rpi2 #25

Open
dcm1104 opened this issue May 5, 2017 · 3 comments
Open

Long delay exiting in piped mode on Rpi2 #25

dcm1104 opened this issue May 5, 2017 · 3 comments

Comments

@dcm1104
Copy link

dcm1104 commented May 5, 2017

I am trying to transmit portions of standard NMEA sentences like so:

pi@raspberrypi ~/gpslhf $ echo "4135.1898,N,09342.6185,W" | minimodem -t 1200

I get a long delay after the end of the tone -- between 10 and 12 seconds before the command prompt is available again. The exact same command on my laptop exits as soon as the tones complete.

The behavior is the same whether the audio device is an external usb, built-in, or through the HDMI.

@dcm1104
Copy link
Author

dcm1104 commented May 5, 2017

BTW -
pi@raspberrypi ~/gpslhf $ uname -a
Linux raspberrypi 4.1.19+ #858 Tue Mar 15 15:52:03 GMT 2016 armv6l GNU/Linux

@yodakohl
Copy link

yodakohl commented May 6, 2017

I just tested this on my pi zero and it's working fine. However I don't have pulseaudio running, so I'm using the -A option for alsa playback.
echo "4135.1898,N,09342.6185,W" | minimodem -A -t 1200

@dcm1104
Copy link
Author

dcm1104 commented May 8, 2017

I have minimodem 0.8.1 running from apt-get. I don't have a -A option. I'll see about getting a later version running.
(I'm assuming 0.24 > 0.8.1)
Thanks yodakohl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants