How to Log Barcode Scanner Output?












-1















Is there a way to log a barcode scanner's output?



We have an issue with our barcode scanner.
I can't explain it well so I will just leave a picture here:
https://imgur.com/a/nRZ8en0



Unfortunately, this issue happens intermittently and the scanner does have carriage return set after every input (so that it can automatically jump to the next text box field).



We have 2 hypothesis for this issue:
1) Bug in the form
2) User scans faster than the PC can have time to process the carriage return



Are there anyway to have a script/service that log the output of the scanner into a txt file and at the same time enable the user to use the form normally?










share|improve this question



























    -1















    Is there a way to log a barcode scanner's output?



    We have an issue with our barcode scanner.
    I can't explain it well so I will just leave a picture here:
    https://imgur.com/a/nRZ8en0



    Unfortunately, this issue happens intermittently and the scanner does have carriage return set after every input (so that it can automatically jump to the next text box field).



    We have 2 hypothesis for this issue:
    1) Bug in the form
    2) User scans faster than the PC can have time to process the carriage return



    Are there anyway to have a script/service that log the output of the scanner into a txt file and at the same time enable the user to use the form normally?










    share|improve this question

























      -1












      -1








      -1








      Is there a way to log a barcode scanner's output?



      We have an issue with our barcode scanner.
      I can't explain it well so I will just leave a picture here:
      https://imgur.com/a/nRZ8en0



      Unfortunately, this issue happens intermittently and the scanner does have carriage return set after every input (so that it can automatically jump to the next text box field).



      We have 2 hypothesis for this issue:
      1) Bug in the form
      2) User scans faster than the PC can have time to process the carriage return



      Are there anyway to have a script/service that log the output of the scanner into a txt file and at the same time enable the user to use the form normally?










      share|improve this question














      Is there a way to log a barcode scanner's output?



      We have an issue with our barcode scanner.
      I can't explain it well so I will just leave a picture here:
      https://imgur.com/a/nRZ8en0



      Unfortunately, this issue happens intermittently and the scanner does have carriage return set after every input (so that it can automatically jump to the next text box field).



      We have 2 hypothesis for this issue:
      1) Bug in the form
      2) User scans faster than the PC can have time to process the carriage return



      Are there anyway to have a script/service that log the output of the scanner into a txt file and at the same time enable the user to use the form normally?







      bash powershell barcode-scanner






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 22 '18 at 2:03









      user1535147user1535147

      4793720




      4793720
























          1 Answer
          1






          active

          oldest

          votes


















          1














          It is likely that "2) User scans faster than the PC can have time to process the carriage return".



          Using the setting barcode, adjust the barcode reading interval called "Good Read Delay" or "Reread Delay" etc. to a longer interval.






          share|improve this answer
























          • I'd like to think so as well. Are there anyway to prove this?

            – user1535147
            Nov 22 '18 at 8:16











          • It is conceivable that programs such as applying a workload to the CPU/memory/DISK on the computer side are operated at the same time.

            – kunif
            Nov 22 '18 at 8:36











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53422906%2fhow-to-log-barcode-scanner-output%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          It is likely that "2) User scans faster than the PC can have time to process the carriage return".



          Using the setting barcode, adjust the barcode reading interval called "Good Read Delay" or "Reread Delay" etc. to a longer interval.






          share|improve this answer
























          • I'd like to think so as well. Are there anyway to prove this?

            – user1535147
            Nov 22 '18 at 8:16











          • It is conceivable that programs such as applying a workload to the CPU/memory/DISK on the computer side are operated at the same time.

            – kunif
            Nov 22 '18 at 8:36
















          1














          It is likely that "2) User scans faster than the PC can have time to process the carriage return".



          Using the setting barcode, adjust the barcode reading interval called "Good Read Delay" or "Reread Delay" etc. to a longer interval.






          share|improve this answer
























          • I'd like to think so as well. Are there anyway to prove this?

            – user1535147
            Nov 22 '18 at 8:16











          • It is conceivable that programs such as applying a workload to the CPU/memory/DISK on the computer side are operated at the same time.

            – kunif
            Nov 22 '18 at 8:36














          1












          1








          1







          It is likely that "2) User scans faster than the PC can have time to process the carriage return".



          Using the setting barcode, adjust the barcode reading interval called "Good Read Delay" or "Reread Delay" etc. to a longer interval.






          share|improve this answer













          It is likely that "2) User scans faster than the PC can have time to process the carriage return".



          Using the setting barcode, adjust the barcode reading interval called "Good Read Delay" or "Reread Delay" etc. to a longer interval.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 22 '18 at 6:05









          kunifkunif

          942237




          942237













          • I'd like to think so as well. Are there anyway to prove this?

            – user1535147
            Nov 22 '18 at 8:16











          • It is conceivable that programs such as applying a workload to the CPU/memory/DISK on the computer side are operated at the same time.

            – kunif
            Nov 22 '18 at 8:36



















          • I'd like to think so as well. Are there anyway to prove this?

            – user1535147
            Nov 22 '18 at 8:16











          • It is conceivable that programs such as applying a workload to the CPU/memory/DISK on the computer side are operated at the same time.

            – kunif
            Nov 22 '18 at 8:36

















          I'd like to think so as well. Are there anyway to prove this?

          – user1535147
          Nov 22 '18 at 8:16





          I'd like to think so as well. Are there anyway to prove this?

          – user1535147
          Nov 22 '18 at 8:16













          It is conceivable that programs such as applying a workload to the CPU/memory/DISK on the computer side are operated at the same time.

          – kunif
          Nov 22 '18 at 8:36





          It is conceivable that programs such as applying a workload to the CPU/memory/DISK on the computer side are operated at the same time.

          – kunif
          Nov 22 '18 at 8:36




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53422906%2fhow-to-log-barcode-scanner-output%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          MongoDB - Not Authorized To Execute Command

          How to fix TextFormField cause rebuild widget in Flutter

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith