Skip to content

Commit 9c896c1

Browse files
committed
Update 2018-11-30
1 parent 36dd7e0 commit 9c896c1

17 files changed

Lines changed: 478 additions & 3754 deletions

README.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
1-
# Swift Pro Firmware V4.2.0 (Base on [Grbl v0.9j](https://github.com/grbl/grbl) )
1+
# Swift Pro Firmware V4.3.0 (Base on [Grbl v0.9j](https://github.com/grbl/grbl) )
22

33
----------
4-
## Update Summary for v4.2.0
5-
6-
* Add closed-loop stepper control (step losing detection and auto-adjusting)
7-
* Add M2123 cmd to control closed-loop stepper system
8-
* Add pro work mode,plus work mode and touch pen work mode
9-
* Add M2412 cmd to set offset of the effect-stepper
10-
* Fix P2206 cmd to get effect angle bug
11-
* Fix G1 move bug
12-
* Fix cmd M17 bug
13-
* Fix old uarm pro cann't read refer value bug
14-
* Fix P2242 P2243 bug
15-
16-
## Update Summary for v4.1.0
17-
* Transplant Grbl framework.
18-
* Optimize stepper motor performance,improve motor speed,fix motor shake.
19-
* Fix servo shake in end-effector.
20-
* Optimize code efficiency and improve readability.
4+
## Update Summary for v4.3.0
5+
6+
* Add serial port automatic identification system
7+
* Add extern I/O Control CMD M2240,M2241,P2240,P2241
8+
* Fix Z aixs problem
9+
2110

2211
## Caution
2312
#### The current firmware is not perfect and will be updated periodically
@@ -33,12 +22,10 @@
3322
First, connect to uArm using the serial terminal of your choice.Set the baud rate to 115200 as 8-N-1 (8-bits, no parity, and 1-stop bit.) .Cmd list reference to [protocol documents](doc/).
3423

3524
* move cmd support **G0,G1,G2004,G2201,G2202,G2204,G2205**.
36-
* setting cmd support **M17,M204,M2019,M2120,M2121,M2122,M2201,M2202,M2203,M2210,M2215,M2220,M2221,M2222,M2231,M2232,M2233,M2400,M2401,M2410,M2411**.
37-
not support currently **M2211,M2212,M2213,M2234,M2240,M2241,M2245**.
25+
* setting cmd support **M17,M204,M2019,M2120,M2121,M2122,M2201,M2202,M2203,M2210,M2215,M2220,M2221,M2222,M2231,M2232,M2233,M2400,M2401,M2410,M2411,M2240,M2241**.
26+
not support currently **M2211,M2212,M2213,M2234,M2245**.
3827
* query cmd support
39-
**P2200,P2201,P2202,P2203,P2204,P2205,P2206,P2220,P2221,P2231,P2231,P2232,P2233,P2234,P2242,P2400**.
40-
not support currently **P2240,P2241**.
41-
28+
**P2200,P2201,P2202,P2203,P2204,P2205,P2206,P2220,P2221,P2231,P2231,P2232,P2233,P2234,P2240,P2241,P2242,P2400**.
4229
----------
4330
## How to upgrade uArm
4431

@@ -65,7 +52,8 @@ The upload process generally takes about 10 seconds to finish. Once completed, a
6552
you have three ways to control your uArm:
6653

6754
* using the serial terminal [example](example)
68-
* using the Python library
55+
* using the [Python library 2.0](https://github.com/uArm-Developer/uArm-Python-SDK/tree/2.0 "Python library 2.0")
56+
* using the [https://github.com/uArm-Developer/uArm-SDK](https://github.com/uArm-Developer/uArm-SDK "C++ library")
6957
* using the uArmStudio
7058

7159

0 commit comments

Comments
 (0)