lcgamboa

Results 50 comments of lcgamboa

Yes, I can put a compilation option to use xdg-open to open the .txt and .vcd files instead of calling the programs directly. I already do this to open the...

Would using a fake ".sterm" extension associated with cutecom or gtkterm (which are not associated to open any file type) in order to use xdg-open be a very bad solution?...

The above solution was implemented in the commit https://github.com/lcgamboa/picsimlab/commit/22d5302630b15a2f8333bedca6a45b6dfd163681 To enable this support use `make CXXFLAGS="-DUSE_XDG_OPEN"

Well done. Great news.

Maybe socat work if you don't need the handshake signals https://github.com/clokey/PublicCode/tree/master/MacOSXVirtualSerialPort

I added support for passing simulation time to PICSimLab to synchronize simulators. Is there an easy way to be able to use the instruction counter value instead of the constants...

@mortbopet I ended up using the wall time instead of the instructions counter, it got better result since Ripes doesn't use a fixed simulation frequency. I followed your guidance and...

Apparently the problem is between step 4 and 5, the Ripes simulation is not always stalled. Running step by step everything works, several threads access the ioRead and ioWrite methods....

Hi @sulemankm , this problem normally occurs when com0com's buffer overrrun option is not enabled. Could you tell us which exact version you are using (0.9.0?) and which board change...

Hi, I have one atmega88, it's detected as atmega88a by dwdebug, but debug don't work. With one atmega328P dwdebug work without problem. Apparently the protocol (or the speed of transactions)...