makerbase-mks / MKS-TFT

MKS TFT touch screen includes TFT24/28/32/35/70, which can be connected to the motherboard for control via AUX-1. Support Simplified Chinese, Traditional Chinese, English, Russian, Spanish and more than 5 languages, and support online language switching ...
https://www.aliexpress.com/store/group/Smart-Display/1047297_502266038.html?spm=2114.12010612.pcShopHead_8325768.1_2
342 stars 192 forks source link

Problème de communications entre MKS SGEN L V2 et KMS TFT70 V1.1 #474

Open TRANIER opened 3 years ago

TRANIER commented 3 years ago

Bonjour, Mon MKS-TFT70 est bien allumé , carte wifi fonctionne, mais, aucune commandes est exploitable, pourtant la câble et les connections sont bien vérifiés 1/ quelles sont les paramètre dans "configuration.h" a modifier ? 2/ firmware à installer ? je suis dans le mur !!

Merci pour votre aide et vos idées.

1605314443612

mks-viva commented 3 years ago

Hi! I want to know. Can you check wifi by MKS TFT70 display screen?

tschork commented 3 years ago

See English below, if it can help someone.

@TRANIER si ça peut aider, j'ai du recompiler mon firmware pour que le tft35 fonctionne avec une mks Sbase v1.3 sous Marlin 2.

les 3 choses que j'ai du modifier sont:

//pour communiquer en série sur le port AUX1
#define SERIAL_PORT 0 

//désactiver le support sd sur la carte mère
//#define SDSUPPORT

//désactiver l'écran configuré avant
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

Une fois ces changements fais, j'ai pu avoir une communication entre le tft35 et la sbase.


There are 3 things that I had to change in my Marlin 2.0 firmware to connect the TFT35 to my MKS Sbase v1.3.

//Activate serial on the AUX1 port
#define SERIAL_PORT 0 

//Remove main board sd-card support
//#define SDSUPPORT

//Remove config for a screen directly attached to the main board that I had before
//#define REPRAP_DISCOUNT_SMART_CONTROLLER

Once I did those changes and updated the firmware of my Sbase, then the TFT35 controller was able to communicate with the mainboard