Hi Adrian,
in .NET Framework, you can find a SerialPort class in the System.IO.Ports namespace :
https://docs.microsoft.com/en-us/dotnet ... at-ext-5.0
Please find attached the same sample as in Microsoft Documentation, but moved to X#, I hope it will help.
Regards,
Fab
SerialPort example
SerialPort example
- Attachments
-
- xsSerialPortSample.zip
- (4.49 KiB) Downloaded 135 times
XSharp Development Team
fabrice(at)xsharp.eu
fabrice(at)xsharp.eu
SerialPort example
>STATIC _serialPort AS SerialPort<
This is what I was searching for. No enough words to say how much you helpd me, Thank you again.
This is what I was searching for. No enough words to say how much you helpd me, Thank you again.