• Debugging via RS232
    Hello, recently I changed to a new laptop (DELL M90) without RS232. I'm using monitor in ROM and the simulated serial interface for debugging. Everything is working fine if I'm using the integrated...
  • Debugging via RS232
    Hello, recently I changed to a new laptop (DELL M90) without RS232. I'm using monitor in ROM and the simulated serial interface for debugging. Everything is working fine if I'm using the integrated...
  • Debugging via the web
    Hi, I would like to know if it is possible to use a web interface to KEIL's design and debug tools (uVision and dScope). I would like to enable web access to a workbench that has an 80C51 board, so that...
  • Debugging via the web
    Hi, I would like to know if it is possible to use a web interface to KEIL's design and debug tools (uVision and dScope). I would like to enable web access to a workbench that has an 80C51 board, so that...
  • Managing a USB MSD via USB Host MDK-PRO
    Hi guys, I'm implementing a USB Host driver using the MDK-PRO libraries. I understand that I must run usbh_engine(0) to catch host events and finit("U0:") to initialise the drive for access,...