problems in Read write buffers to a serial port with PowerShell
I have A script in PowerShell that read date from a serial port of a device.
in some cases I write (send the port data) according to the input.
e.g.
Device : Enter Name :
I write: Gil
Device : Enter Age :
I Write: 30
…