From 74de12394be51848afc1de5d2bb6990993be5ebe Mon Sep 17 00:00:00 2001 From: Techwizz Date: Fri, 14 Jul 2023 22:48:36 +0000 Subject: [PATCH] Update 'PDA.js' --- PDA.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDA.js b/PDA.js index 22be66e..e93a393 100644 --- a/PDA.js +++ b/PDA.js @@ -48,7 +48,7 @@ bzhao.SendKey( "" ); bzhao.SendKey( "T" ); bzhao.SendKey( "" ); bzhao.WaitForText("PART NUMBER", 1, 1, 0.1); -bzhao.SendKey( partnum ); +bzhao.SendKey( partnum.toUpperCase() ); bzhao.SendKey( "" ); bzhao.Disconnect(); }