Re: [Simulavr-devel] Add example python script to simulate UART

2014-08-16 Thread Kevin O'Connor
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

Re: [Simulavr-devel] Add example python script to simulate UART

2014-08-16 Thread Markus Hitter
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

[Simulavr-devel] Add example python script to simulate UART

2014-08-15 Thread Kevin O'Connor
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