浏览代码

Set default serial port back to 0.

Robert F-C 12 年前
父节点
当前提交
65c9a0728f
共有 1 个文件被更改,包括 5 次插入7 次删除
  1. 5
    7
      Marlin/Configuration.h

+ 5
- 7
Marlin/Configuration.h 查看文件

11
 #define STRING_VERSION_CONFIG_H "2012-05-02" //Personal revision number for changes to THIS file.
11
 #define STRING_VERSION_CONFIG_H "2012-05-02" //Personal revision number for changes to THIS file.
12
 #define STRING_CONFIG_H_AUTHOR "erik" //Who made the changes.
12
 #define STRING_CONFIG_H_AUTHOR "erik" //Who made the changes.
13
 
13
 
14
+// SERIAL_PORT selects which serial port should be used for communication with the host.
15
+// This allows the connection of wireless adapters (for instance) to non-default port pins.
16
+// Serial port 0 is still used by the Arduino bootloader regardless of this setting.
17
+#define SERIAL_PORT 0
18
+
14
 // This determines the communication speed of the printer
19
 // This determines the communication speed of the printer
15
 #define BAUDRATE 250000
20
 #define BAUDRATE 250000
16
 //#define BAUDRATE 115200
21
 //#define BAUDRATE 115200
331
 // SF send wrong arc g-codes when using Arc Point as fillet procedure
336
 // SF send wrong arc g-codes when using Arc Point as fillet procedure
332
 //#define SF_ARC_FIX
337
 //#define SF_ARC_FIX
333
 
338
 
334
-
335
-// SERIAL_PORT selects which serial port should be used for communication with the host.
336
-// This allows the use of wireless adapters (for instance) which are connected to 
337
-// non-default serial port pins.
338
-#define SERIAL_PORT 2
339
-
340
-
341
 #include "Configuration_adv.h"
339
 #include "Configuration_adv.h"
342
 #include "thermistortables.h"
340
 #include "thermistortables.h"
343
 
341
 

正在加载...
取消
保存