• a AGSI problem.
    I found that at Timer callback function which started by AGSI SetTimer function, can not reset itself. sample: Timer1Handle=CreateTimer(OnTimer1); SetTimer(Timer1Handle,1024); void OnTimer1...
  • AGSI
    WHY
  • Problem with AGSI
    The function "AgsiDeclareInterrupt" described in <Apnt_154.pdf> does not provide AGSIINTERRUPT structure for ARM,so how can i declare an interrupt source for peripheral simulator implemented with AGSI...
  • Agsi questions
    Hello, I have two questions about Agsi dll. 1. I wrote small Agsi dll in Delphi and it's working. But, I dont known how to uncheck menuitem in UW2 (of Agsi dialog) when I manually close Agsi dialog...
  • agsi serial interface simulate problem
    Dear all: I'm trying to use the agis serial interface to simulate a uart(using the VC2008 debug tool),and meet a problem--when i try to enter a character like 'a' to the serial from the Serial Window...