getchip / CHIP-Docs

User Manual and Documentation of Next Thing Co's C.H.I.P.
http://docs.getchip.com/chip.html
Other
36 stars 47 forks source link

Accessing UART (not via UART) #5

Closed wernight closed 8 years ago

wernight commented 8 years ago

_making.md should state how to read UART, that is how to use CHIP to access and read/write another device's UART. That would allow connecting to a microcontroller or other peripheral which has a serial interface.

Seems that a decent starting place for that is: http://elinux.org/RPi_Serial_Connection

nyboer commented 8 years ago

Thanks for the suggestion. It's not a fundamental CHIP operation, though, so I think this would be better for the NTC forums https://bbs.nextthing.co/c/CHIP or the community wiki http://www.chip-community.org/index.php/Main_Page

wernight commented 8 years ago

Opened https://bbs.nextthing.co/t/how-to-use-uart-as-serial-connection-port/8889; may be worth updating the doc once a solution is found.