Created
November 11, 2019 00:41
-
-
Save tonyc/1def5f83da91c6b62242f1959080abfe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iex(3)> Nerves.UART.enumerate() | |
%{ | |
"ttyACM0" => %{ | |
description: "TH-D74", | |
manufacturer: "JVC KENWOOD", | |
product_id: 24587, | |
vendor_id: 8550 | |
}, | |
"ttyS0" => %{} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment