Knowledge Base / Protocols / ASCII

I need to send out more than 200 characters using module MVI56-GSC.

Search KB

Categories

To specify the number of characters you want to transmit, use the WriteLength tag. To extend the number of characters you want to manipulate, you should increase the length of the ReadString or the WriteString tags.

The solution is to send out a packets sequence of up to 100 characters. For example, if you need to transmit 234 characters, the MVI module can transmit the following sequence:100 + 100 + 34 characters. To specify the number of characters you want to transmit, use the WriteLength tag.

To extend the number of characters you want to manipulate, you should increase the length of the ReadString or the WriteString tags.