com-port Questions
1
I am trying to set up serial port communication with a ViewSonic Display using PowerShell.
I send a request for the display status either on or off and should get a 9 digit reply
Either 56 48 49 11...
Placoid asked 12/11, 2021 at 21:59
1
Solved
In Linux I can write and read data from an USB device by calling C's fopen('/dev/ttyUSB0', 'rw')
Specifically what is the equivalent of the directory "/dev/ttyUSB0" in windows
I'd like to do the ...
1
© 2022 - 2024 — McMap. All rights reserved.