GGleGrand
GGleGrand

Reputation: 1650

Using the Windows 10 IoT Core Raspberry Pi 2 Onboard UART for serial io?

The current Windows 10 IoT core (V 10.0.10240, Sept 2015) claims not to have tested the Raspberry Pi 2B on-board UART (physical P1 pins 8=tx, 10=rx) for serial io. Here is the list of officially supported I/O: https://ms-iot.github.io/content/en-US/win10/SupportedInterfaces.htm

Has anybody gotten this on-board UART Serial IO to work with Windows 10 IoT? Tips?

Upvotes: 3

Views: 1375

Answers (1)

BigSquirmy
BigSquirmy

Reputation: 80

The October insider release has the onboard serial enabled. I have modified the serial example and have had mixed results so far. One issue that it has seems to be that if data is being sent to the pi while the port is being initialized, it throws an exception. Trying to work around it for now.

Upvotes: 2

Related Questions