Posts by Paulo Reis • 13 points
2 posts
-
0
votes1
answer36
viewsQ: RTS/DTR C++ control
Performing an integration of an RS232 device, we found an obstacle that is related to the flow control using the RTS and DTR with the equipment. Using the Escapecommfunction function to manipulate…
-
0
votes1
answer114
viewsQ: How to convert hexadecimal to decimal received by socket
I need to convert a hexadecimal entry in the client to decimal, but I couldn’t find information on how to do this. Example of socket server: byte[] HEXA = {(byte)0x00, (byte)0x96, (byte)0x07,…