DFI Stripping functionality is not working in MSCA while scanning from Handheld Device
Hello Guiys,
We got the below issue from system log while we are scanning the device with prefix as \x1c and suffix as \x0d so below is device lot info we get: -
(AWT-EventQueue-0) KL: sendSourceText...[P+JSR5]
(AWT-EventQueue-0) KL: [:11]
(AWT-EventQueue-0) KL: [P:80]
(AWT-EventQueue-0) KL: [+:43]
(AWT-EventQueue-0) KL: [J:74]
(AWT-EventQueue-0) KL: [S:83]
(AWT-EventQueue-0) KL: [R:82]
(AWT-EventQueue-0) KL: [5:53]
(AWT-EventQueue-0) KL: [:13]
(AWT-EventQueue-0) KL: [:11]
(AWT-EventQueue-0) KL: [P:80]
(AWT-EventQueue-0) KL: [+:43]
(AWT-EventQueue-0) KL: [J:74]
(AWT-EventQueue-0) KL: [S:83]
(AWT-EventQueue-0) KL: [R:82]
(AWT-EventQueue-0) KL: [5:53]
(AWT-EventQueue-0) KL: [:13]
In above details see this (AWT-EventQueue-0) KL: [:11] where it is sending ASCII 11 to server as prefix where it is should send ASCII 28. We are using prefix as \x1c that in ASCII is 28.
Now we changed in default_key.ini where we changed it from 28 to 11 so now it should work as device is sending wrong ASCII but now it should work as it matches with ASCII from device and server.
0