View Revisions: Issue #404

Summary 0000404: Give audible feedback of card swipe event + server response
Revision 2014-07-09 16:38 by rijkr
Description IST: When a card is swiped too fast, the reader will beep but the swipe event may not be detected by the program.

SOLL: User must have audible feedback so he knows the swipe has been identified: till then he should hold the card in field of reader.
 
; WAV files played by 'aplay' confirming the card swipe and telling if the
; card number was accepted or denied by the SavaPage Server.

wav-card-swipe = button-47.wav ; card swipe confirmation.
wav-server-accept = chime.wav ; card number accepted by server.
wav-server-deny = beep-3.wav ; card number denied by server.
wav-server-disconnect = disconnect_11.wav ; server communication error.
wav-server-exception = buzzer_x.wav ; internal server error.
Revision 2014-07-09 16:38 by rijkr
Description IST: When a card is swiped too fast, the reader will beep but the swipe event may not be detected by the program.

SOLL: User must have audible feedback so he knows the swipe has been identified: till then he should hold the card in field of reader.
 

; WAV files played by 'aplay' confirming the card swipe and telling if the
; card number was accepted or denied by the SavaPage Server.

wav-card-swipe = button-47.wav ; card swipe confirmation.
wav-server-accept = chime.wav ; card number accepted by server.
wav-server-deny = beep-3.wav ; card number denied by server.
wav-server-disconnect = disconnect_11.wav ; server communication error.
wav-server-exception = buzzer_x.wav ; internal server error.
Revision 2014-07-09 16:33 by rijkr
Description ; WAV files played by 'aplay' confirming the card swipe and telling if the
; card number was accepted or denied by the SavaPage Server.

wav-card-swipe = button-47.wav ; card swipe confirmation.
wav-server-accept = chime.wav ; card number accepted by server.
wav-server-deny = beep-3.wav ; card number denied by server.
wav-server-disconnect = disconnect_11.wav ; server communication error.
wav-server-exception = buzzer_x.wav ; internal server error.