hi to all,
regarding my project,i used qextserialport to communicate my gui with serialport.upto now i did evrything fine,but now i got one problem,i have to write the varible value on the port,while am using port->write("i");// 'i' is variable function instead of giving 'i' value simply am getting 'i'(charactor) on my hyperterminal.how can i avoid this.
please provide some help with sample code or atleast function prototype.
thanx in advance.