Click here to Skip to main content
15,889,281 members

Comments by Nico Ga-ang (Top 5 by date)

Nico Ga-ang 11-Jul-22 8:18am View    
Thank you for your effort! I Will look for a solution for this continuous mode.
Nico Ga-ang 11-Jul-22 6:15am View    
Weight Indicator XK3118K8. That is the model of the device.
Nico Ga-ang 11-Jul-22 3:38am View    
By the way, the device is in a far place from my house so I can't test it right away.
Nico Ga-ang 11-Jul-22 3:31am View    
If by any chance, can you give me a code snippet on how to do the 'update your text box according to the received data'?

should I use this AppendText(string.Format("{0:X2} ", readData)); ?
Nico Ga-ang 11-Jul-22 2:49am View    
Thank you for your time.
I think I found out about the reversed digits, probably the device is sending a little-endian byte. What I am thinking is I might just reverse the string using Text.Reverse().ToArray().

Can you tell me a solution for the looping effect? is there something I can do to the textbox to display data periodically sent by serial port?