Serial Port Terminal Windows 10 Average ratng: 4,2/5 7699 votes
- Free Serial Port Terminal
Home » USB Serial Port (COM3) Use the links on this page to download the latest version of USB Serial Port (COM3) drivers. All drivers available for download have been scanned by antivirus program. Advanced Serial Port Terminal - software for testing and troubleshooting serial port. 8 (32-bit and 64-bit), Windows 10 (32-bit and 64-bit), Windows server 2012.
using python on the Raspberry PI I use similar code to what is shown below to read data from the serial port:
Free Serial Port Terminal
Essentially I just want to be able to read a message off the serial port and perform an action based on that message.
How can this be achieved using Windows 10 Core and c#, Can anyone point me in the right direction or provide a code sample?
Thanks in Advance for any help received.
Code Junkie
Code JunkieCode Junkie
2 Answers
A.r rahman songs download in tamilwire. it turns out that the Serial Port on the PI is not supported yet, which is very frustrating: https://www.raspberrypi.org/forums/viewtopic.php?t=109047&p=751638
Here is the supported way:
Code JunkieCode Junkie
It is supported as of Windows 10 IoT Core version 10.0.10586.0. See: https://ms-iot.github.io/content/en-US/win10/samples/SerialSample.htm
RonRon
Not the answer you're looking for? Browse other questions tagged c#raspberry-picorewin-universal-appwindows-10 or ask your own question.
Just like we can check COM ports in windows 7 or lower , by going to
Control Panel >> Device Manager >> Ports
How should we check it in Windows 10?
Zulqurnain JuttZulqurnain Jutt
2 Answers
I had the same question and I found this page. And the answer is in @zipzit's comment. So I post it as answer here:
To see 'Com Ports' in Device Manager in Windows 10 you should select 'Show hidden devices' in View menu.
mahmoodvcsmahmoodvcs
The Device Manager still exists in Windows 10 and should show this. It has not really changed at all between versions.
Open your Start Menu
and just type in Device Manager
, and it will come up.
Simon SheehanSimon Sheehan
protected by Community♦May 31 '17 at 22:07
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Not the answer you're looking for? Browse other questions tagged windows-10com or ask your own question.