Incorrect serial communication

Acmesereno

Member
Join Date
Aug 2021
Location
South Carolina
Posts
6
I have a zebra barcode scanner connected to a ******* device master UP. They are connected by RS232. By checking the serial logs on the device master, I see a few characters of the barcode come through but not all of it. The number of characters recieved is random but generally 2-4. There are no frame errors in the communication statistics.

What trouble shooting should I perform to find out why this is happening?

Zebra DS3678-ER
******* DeviceMaster UP 1-port
 
It sounds like the device master is timing out before receiving a full complement of characters from the barcode scanner. Check the settings and look for a 'timeout' parameter and increase it. Better yet look for a 'delimiter' parameter and set that to match what the barcode scanner sends to indicate the end of the barcode, typically a CR/LF, ASCII 13 followed by ASCII 10.
It could also be that the device master's character buffer isn't large enough to hold the entire barcode, but 4 characters would be an awfully small buffer. But maybe, instead of holding the last x characters, the buffer empties when it's full and you're only getting the characters received after flushing the buffer.
 
Last edited:
try this:
Zebra-DS3678-er-step-1.png
 

Similar Topics

Good day. I encountered a problem when calibrating a channel on the IF16H module. The module is located in the local backplane along with the...
Replies
5
Views
752
I have some programs that i received from 1 of our programmers whos installing a new machine in our plant. He added them to a external hard drive...
Replies
9
Views
1,378
Hi, At the moment, If the user fails to provide a valid username/password, the image attached appears "Invalid password or user name. Logon has...
Replies
12
Views
1,582
Hi all, I am currently having an issue with 3 HMI panel view panels with the alarm list showing the incorrect date and time. It shows up as the...
Replies
2
Views
2,284
Has anyone experienced the following issue on RSLogix5000 (currently on V16) I have a PLC program that has been running on a site for a number...
Replies
5
Views
1,610
Back
Top Bottom