Trying to understand serial communication. #797
Closed
jwinfieldnz
started this conversation in
General
Replies: 1 comment
-
the buffer you are refering is in printer FW , ESP3D just do the bridge and do not buffer anything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great project - thanks for making it.
I am using the 8888 port to print directly from octoprint to my E3V2. When using an ESP8266 the blobs were quite bad. I am trying an ESP32 now and it doesn't seem as bad. I kinda know this is network latency etc but I am just wondering why it is not possible to have some sort of FIFO buffer that just fills up when the job starts. Or is that actually happening and the ram size just is big enough on the ESP32 to overcome what the printer is consuming?
Sorry, there is probably an obvious answer to this.
Keep up the good work.
Beta Was this translation helpful? Give feedback.
All reactions