Hello,
I wanted to make a windows GUI around simulAVR using Microsoft MFC/C++.
 To start off I want to make a simple Windows UI that just shows the state of 
the I/O ports, and give the user a chance to change the input pins to any 
port/ADC while the AVR simulation is running. Later add lots more features.

I know something like this is available already using TCL, but I want to make 
one using MFC/C++ directly connecting to the simulator AVR pins without going 
through sockets hopefully.
I looked at the ui.cpp code, but I cant figure out how to read and write to the 
ports from outside the simulator. I just need a function to READ(pinX) 
WRITE(pinX) for example so I can read and write to any AVR pin during the 
simulation.

I also cant figure out how the "net" feature works, where you can sort of 
create nets outside AVR device so that you can connect things to the pins from 
the outside. there is no documentation for it.

Can anybody help?
Thanksiosdev


_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to