I created a connection to an Access database and a stored procedure to read from the database but I have no clue how to transfer the data from one pc to another via serial port(comX)
Loading
I created a connection to an Access database and a stored procedure to read from the database but I have no clue how to transfer the data from one pc to another via serial port(comX)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Mar 11, 2023, 2:01 PM
Hello Ruben,
To transfer data from one PC to another via a serial port in C#, you can use the
SerialPortclass from theSystem.IO.Portsnamespace.Refer below link:
https://www.c-sharpcorner.com/UploadFile/eclipsed4utoo/communicating-with-serial-port-in-C-Sharp/
https://www.delftstack.com/howto/csharp/csharp-serial-port-example/
Thanks
Naimish Makwana