So my controller has Mega328P wired to a CH340G Overview - Pin 30 (rx) from the atmel goes to 2 (tx) on the serial transciever - Pin 31 (tx) from the atmel goes to 3 (rx) on the serial transciever I was thinking as long as I do not have the usb plugged in I could hijack the rx/tx from the mcu going into the transciever to connect to the cnc touch. CH340G is 5v/3.3 tolerant, can it be this simple or do i need to add a Any thoughts / ideas?
Yes, to the ATMega RX/TX pins correct, USB chip in parallel will usually be fine See docs:interface:connect-generic [OpenBuilds Documentation]
Thanks Peter, I actually found a second serial port, on the proverxl v2, the offline pin header, lower 4 pins these go through a transciever. Tx Rx Gnd 5v I did get the control to detect my machine, but after upgrading to the latest firmware it does not connect, and when booting i get Usb drive : [no drive] and I did prepare the usb drive and insert it into the controller with the proper wifi settings which do not get activated , I assume because of the drive issue
CONTROL latest version will connect to grbl 1.1f or 1.1h GitHub - gnea/grbl: An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino CONTROL not for connecting to Interface though (PC or Interface, one at a time, can't have two hosts in charge at the same time) USB: Must be good old FAT32 format. PS: some newer Win10/11 PCs not great for formatting anymore (Windows Finally Expands FAT32 Formatting From 32GB to 2TB - Windows changed the tool after decade - breaks some older stuff)
WoHoo, it all works, I jusy find the buttons a tad sensitive. Now just need to figure out how to support manual tool changes and refine touchplate height.
the usual way for GRBL based controllers is to split the job into seperate files by tool. setup tool 1, run tool 1 file setup tool 2, run tool 2 file etc
Edit the macros on the USB drive, standard macros assumes our probe docs:xyzprobe:start [OpenBuilds Documentation] Not using our probe does come with limitations (custom macros can't accomodate XY offsets for endmill diameter) - best to upgrade to ours