Actually, the problem is more an issue of NT's overall operating structure. Win 95 apps can still touch I/O directly but not under NT - that's why you don't see anybody releasing native NT versions of their code. This is especially problematic for emulator products, PC based scopes, analyzers and other real time tools... NT operates in protected mode. When a process attempts to perform real time I/O, layers of OS intercept the request, adding an indeterminate amount of latency. Permission levels tend be an issue as well. Real time OS resource is not directly accessible unless ring 0 drivers are written to handle the I/O that is needed (especially comm ports and the like), as well as the need for custiom ring 0 and 3 APIs to pass the data back and forth. What we're waiting on is the development effort required of the tool vendors out there to adapt to a protected mode OS - hence, Microchip, like just about everyone else, does not support NT as of yet. C. Mauro > -----Original Message----- > From: John Bellini [SMTP:JBellini@STATPOWER.COM] > Sent: Wednesday, February 04, 1998 12:59 PM > To: PICLIST@MITVMA.MIT.EDU > Subject: Re: Will MPLAB / ICEPIC / PICSTART work with NT? > > One problem here might be the MPLAB is written in 16bit format and NT > and > Window 95 are 32 bit programs. They don't like to run 16 bit > programs. > NT is much more complex and stable, but also more picky in regards to > what > it wants to run. > > > -----Original Message----- > > From: GERRY COX [SMTP:gcox@DEK.COM] > > Sent: Wednesday, February 04, 1998 2:20 AM > > To: PICLIST@MITVMA.MIT.EDU > > Subject: Will MPLAB / ICEPIC / PICSTART work with NT? > > > > I have been 'upgraded' to NT. > > > > Can I expect the following to work OK.? > > > > MPLAB 3.31 > > PICSTART Plus 1.41 (with 1.20 firmware) > > ICEPIC universal emulator v1.00 > > > > When I enable the Picstart, I get a message 'Command 80 not echoed > > properly > > - was AB' > > > > Can anyone help please? > > > > Gerry Cox > > gcox@dek.com