Coder

1734-232ASC

2 posts in this topic

I have a Labeller that receives ASCII data from 1734-232ASC for printing labels. The max. buffer data size for 1734-232ASC is 127 bytes, however I need to write 350 Characters for printing 1 label. Please provide any info regarding Writing more data than the buffer size. 

Share this post


Link to post
Share on other sites

You will have to do it in blocks.

Most ASCII devices like label printers use a delimiter (usually Carriage Return and/or Line Feed) instead of a timeout.   You will have to split up your string into multiple sections and use a sequencer to send them one at a time, with the delimiter on the last one.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now