scottalford75 / Remora-RT1052-cpp

Remora firmware for RT1052 based CNC controllers. C++ version
12 stars 6 forks source link

Feature/dm astepgen #7

Closed Geramy closed 1 year ago

Geramy commented 1 year ago

Created some ethernet optimizations, no need to use for loop instead we can use memcpy and I also removed the need for rxBuffer before using rxData, changed in the way where we read the header from the p before reading into buffer. I am seeing very low ping latency with these changes and yours, everything is stable.

scottalford75 commented 1 year ago

Thanks, nice work!