- Thu Mar 31, 2016 5:20 am
#44565
I have one d(ESP8266-EP 12) development board that worked fine with USB link and CP 2102 driver (COM6) port on my Windows 7 32 bit PC. It did communicate with NodeMCU flasher, responded to PUTTY commands in lua script to read AP IP address, blinkLED routines. It also could be programmed through ArduinoIDE (adding libraries for ESP8266 & board configurations for ESP-12) to work as Web Server.
But sadly when I tried ESPlorer IDE, on hitting the port OPEN button the Windows crashed (Blue Screen death) the port number (COM6) is being correctly sensed. I have latest version of JAVA installed.
Trying to diagnose through mini dump report
Bug check string is <UNEXPECTED_KERNEL_MODE_TRAP>
Caused by driver - Wdf01000.sys Caused by address - Wdf01000.sys+ 18d7c
The USB to Serial COM port drivers are SILABSER.SYS & Wdf01000.sys
I do not understand why these drivers are causing the crash of ESPlorer & Windows when these have worked fine with other programs mentioned above ? Similar crash happened when I tried out LuaLoader. Please help resolve the issue
Thanks
Gopal Banerjee