simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] simulAVR UI


From: iOS Dev
Subject: [Simulavr-devel] simulAVR UI
Date: Tue, 19 May 2015 13:01:07 +0000 (UTC)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]