Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to c# code for SerialTrans app. But i found only c++ code. This app do login with lan and if open serial button click, hex value data read. Only connect lan ip address. How to find this.

What I have tried:

Where can i find serialtrans app for c#
Posted
Updated 20-Mar-23 5:54am
Comments
PIEBALDconsult 20-Mar-23 14:57pm    
That doesn't sound like serial, it sounds like network. Maybe TELNET or SSH?

1 solution

See SerialPort Class (System.IO.Ports) | Microsoft Learn[^]. No doubt Google will find you other examples.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900