Hi Markus,
> Am 16.08.2014 um 02:13 schrieb Kevin O'Connor:
> > I'm sending it in the form of a patch to the existing
> > simple_serial example.
>
> Nice work! How do you expect this to become included with the distribution if
> you highjack another example?
>
> That said, simple_serial doesn't
Am 16.08.2014 um 02:13 schrieb Kevin O'Connor:
> I'm sending it in the form of a patch to the existing
> simple_serial example.
Nice work! How do you expect this to become included with the distribution if
you highjack another example?
That said, simple_serial doesn't demonstrate what it's inten
Hi,
I put together a python script that can read/write to UART pins in
simulavr and display the results. This is similar to the code in
src/ui/serial?x.cpp, but it is entirely contained in a single python
script (it doesn't require additional C code or TCL).
It took me a while to figure out how