I have an application which requires me to be able to set all of the serial interface parameters (ie. data bits, baud rate, parity, stop bits) to values I require.
I cannot locate the data bit parameter in the manual or using XCTU? Can it be modified?
I was able to resolve my problem , thanks for the help!
For others who may have this question, in my application the data going into and out of the serial connectors is hard coded for 7 data bits , odd parity , 1 stop bit.
For the pair of modems to transfer the data in a format I could use I had to configure the modems for parity = none, stop bit =1.
Would be much simpler if Digi included the option to set # of data bits (7 or 8) in a future firmware release.