Posts by Thiago Cavali • 53 points
2 posts
-
0
votes0
answers110
viewsQ: Using elements of a Form within a function
I am developing an application in C++ Builder that has a Form which contains elements such as ListBox, buttons, Labels, etc.. I can configure the events of each of these elements (onClick, onEnter,…
c++asked Thiago Cavali 53 -
5
votes1
answer518
viewsQ: Sending characters through the serial port including zero-value bytes
I am making an application in which I need to send a character array via serial to an external hardware (declared as unsigned char) containing commands and times. With the commands I have no…