I have worked with Barcodes Readers (Datalogic and Symbol) for almost 3 years and what you are asking is a matter of Barcode Reader Configuration.
You will probably have to read codes from you configuration Chart and set after the BARCODE is read send CR as well.
provide us the Brand and Model and maybe I can help you set that up.
programatically of course that you can listen to the Text Event (on text change) and when you have the Barcode lenght just move the Focus() to other control, or add a NewLine (if it's a Multiline TextBox for example...
private void txtMyBCInput_OnTextChanged(...) {
if(txtMyBCInput.Length >= 13)
txtMyBCInput.Text += System.Environment.NewLine;
}
I tried to send them an email requesting technicall data for your issue, I got this:
Dear Bruno,
According to our sales policy, we support our customer
through our local partner. Please let us know where (Company name) your
friend got our device, and I will contact the company to help your
friend. If you have any queries, please let me know.
Thank you!
Sincerely yours,
Julee Lee
Overseas Sales EMEA Division/Sales Manager
Bluebird Soft Inc.
1242 Gaepo-dong, Kangnam-gu, Seoul, Korea
Tel: 82-70-7730-8130 Mobile: 82-10-8876-6564 Fax: 82-2-548-0870
So, please fell free to contact them and ask for this feature :)