SERIAL_PORT_3

MarlinFirmware/Marlin#21784
This commit is contained in:
Scott Lahteine 2021-05-06 22:43:52 -05:00
parent a51d0c2b82
commit 167bc83858
265 changed files with 1855 additions and 0 deletions

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -112,6 +112,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -136,6 +136,13 @@
*/ */
//#define SERIAL_PORT_2 2 //#define SERIAL_PORT_2 2
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -136,6 +136,13 @@
*/ */
//#define SERIAL_PORT_2 2 //#define SERIAL_PORT_2 2
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 0 #define SERIAL_PORT_2 0
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -114,6 +114,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 3 //#define SERIAL_PORT_2 3
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -119,6 +119,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -120,6 +120,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -120,6 +120,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 1 #define SERIAL_PORT_2 1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -118,6 +118,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -118,6 +118,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 0 #define SERIAL_PORT_2 0
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 1 #define SERIAL_PORT_2 1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 3 //#define SERIAL_PORT_2 3
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 3 #define SERIAL_PORT_2 3
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 0 #define SERIAL_PORT_2 0
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 0 #define SERIAL_PORT_2 0
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 0 #define SERIAL_PORT_2 0
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 1 #define SERIAL_PORT_2 1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 1 #define SERIAL_PORT_2 1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
//#define SERIAL_PORT_2 -1 //#define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 0 #define SERIAL_PORT_2 0
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 0 #define SERIAL_PORT_2 0
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 2 #define SERIAL_PORT_2 2
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

View file

@ -111,6 +111,13 @@
*/ */
#define SERIAL_PORT_2 -1 #define SERIAL_PORT_2 -1
/**
* Select a third serial port on the board to use for communication with the host.
* Currently only supported for AVR, DUE, LPC1768/9 and STM32/STM32F1
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
//#define SERIAL_PORT_3 1
/** /**
* This setting determines the communication speed of the printer. * This setting determines the communication speed of the printer.
* *

Some files were not shown because too many files have changed in this diff Show more