- Thu Feb 26, 2015 6:19 pm
#10841
raz123 wrote:Tried to use it. Couldn't find the luaupload.exe that your readme talks of.
EDIT: managed to find it, here.
Sorry about that, I've updated the readme to be easier to understand

raz123 wrote:Tried running it in Win32, under an elevated cmd prompt. Errors:
Code: Select allD:\esp8266\luaupload\luaupload.exe upload --port COM1 --baud 115200 text.txt
Could not open serial port COM1 at 115200
Traceback (most recent call last):
<...>
serial.serialutil.SerialException: could not open port u'COM1': WindowsError(5, 'Access is denied.')
This is a
general problem with Pyserial, and many Windows programs that use serial.
One of the solutions I've seen is to disable and then reenable the serial port in Device Manager.
Also, could you install
pyserial and try using miniterm.py to open a connection?
That would tell me if it's a problem with PySerial or with my program's usage of PySerial.
raz123 wrote:I think that you might want to add a binary upload option.
Could you elaborate on that? I'd be happy to implement it if I knew more about what you want

BTW thanks for testdriving my code!