Spark-Concepts / xPro-V5

xPro-V5 CNC Motion Control System Documentation and User Information
42 stars 19 forks source link

RS485 communication problem between xPro-V5 and VFD HUANYANG 2,2kW (FluidNC 3.7.1) due config.yaml #217

Open slvv26 opened 1 year ago

slvv26 commented 1 year ago

On FluideNC 3.7.1 with default config.yaml (https://github.com/Spark-Concepts/xPro-V5/blob/main/FluidNC/config.yaml) there is no connection, LED flashes green very weakly every second.

In the old SparkConcepts firmware

[MSG:VFD RS485 Tx:GPIO(4) Rx:GPIO(25) RTS:GPIO(0)]

In the FluidNC default config-file

txd_pin:gpio.25 rxd_pin:gpio.4

When I swapped them everithing started to work.