You are not logged in.
Dear developers,
it would be great to add support for higher baudrates in the "3D printer board" setup.
Actually the available maximum is 115200bps.
I am working with a board set at 460800bps attached through USB, but I cannot configure it in NanoDLP.
I tried manually editing the "ShieldSpeed" variable in "machine.json" and reboot, but interface won't load.
On "printer.log" I got the following error:
{"Layer":"1","module":"SLAVE","level":"Error","msg":"Serial port could not be activated Unknown baud rate 460800"}
Thanks in advance for your help,
best regards,
Rob
Offline
Unfortunately serial library we are using does not support some speeds such as 460800.
https://github.com/bugst/go-serial/blob … win_386.go
Offline