hi, Need Code for following Conditions. 1.I need to split data from serial port. using vb.net 2.my data from serial port are 023~00023.0@110.0!. 3.In this Data Within the Same Periodic time 023 going to change by one. that means it changes Like 023,024,025,026 and so on... 4.so i need to display this changes in the textbox continuously. 5. at the same time i need to display other data like 00023.0 and 110.0 in the respective textboxes with their changes.
hi, Need Code for following Conditions.
ReplyDelete1.I need to split data from serial port. using vb.net
2.my data from serial port are 023~00023.0@110.0!.
3.In this Data Within the Same Periodic time 023 going to change by one. that means it changes Like 023,024,025,026 and so on...
4.so i need to display this changes in the textbox continuously.
5. at the same time i need to display other data like 00023.0 and 110.0 in the respective textboxes with their changes.
Please help me......