Hi,
As the title suggests I would like to know how to add all the data from various textboxes or numeric up/down boxes into one string using say a single apply button for transmission to uart. Currently i have a few 'OK' buttons that send the data separately using serialport.write etc.
Also given that can I add between the different data from different boxes an A or B etc so I can differentiate the data on the other side, while having everything sent at once?
all the data will be numerics floats or integers values. so A200B12.5C60D0.01 etc would be perfect where the data is separated by letters.
Any help will be greatly appreciated
thanks