DUET 2 SEND AND RECEIVE DATA
-
@pcr What is the DWC? How can I transfer data via USB or UART?
-
@alperengokalp You can acces the Duet via a webinterface?
-
@pcr I have to use USB or UART. Can you help me to this topic?
-
@alperengokalp why that? Just use pronterface via USB or octoprint or repetier host Repetier server
-
@pcr My client wants to send G-Codes from his card to his DUET card.
-
@alperengokalp Is the DWC method easier to do this?
-
@alperengokalp
what are you trying to do?
just saw your above message
you can send gcodes over serial, usb or http -
@jay_s_uk said in DUET 2 SEND AND RECEIVE DATA:
just saw your above message
you can send gcodes over serial, usb or httpHow can I do it ? Do you have an example?
-
@alperengokalp here's HTTP https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests
USB and Serial are pretty standard -
@jay_s_uk Does the DUET card save the codes I send from UART or USB to the SD Card or do I have to send the codes piece by piece?
-
@alperengokalp piece by piece
-
-
@jay_s_uk How many characters can I send at a time?
-
@jay_s_uk Should I connect the Uart Rx , Uart Tx and GND pins on the DUET board? And How does the DUET card detect which protocol to send data with?
-
@alperengokalp its just a standard serial connection over UART