formating
This commit is contained in:
parent
505a44e8e7
commit
8334fe49a8
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# LinuxCNC_ArduinoConnector
|
# LinuxCNC_ArduinoConnector
|
||||||
|
|
||||||
<img src="/ArduinoChip.svg" width="200">
|
<img src="/ArduinoChip.svg" width="300" align="left">
|
||||||
|
|
||||||
By Alexander Richter, info@theartoftinkering.com 2022
|
By Alexander Richter, info@theartoftinkering.com 2022
|
||||||
please consider supporting me on Patreon: https://www.patreon.com/theartoftinkering
|
please consider supporting me on Patreon: https://www.patreon.com/theartoftinkering
|
||||||
@ -117,9 +117,9 @@ For each Bit one Pin is needed. So for all 32 Positions 5 Pins are needed = 1,2,
|
|||||||
The Arduino only works, if LinuxCNC is running and an USB Connection is established.
|
The Arduino only works, if LinuxCNC is running and an USB Connection is established.
|
||||||
To give optical Feedback of the State of the connection a Status LED setting is provided.
|
To give optical Feedback of the State of the connection a Status LED setting is provided.
|
||||||
This can be either an LED connected to an Output Pin or you can select one LED in your Digital LED Chain.
|
This can be either an LED connected to an Output Pin or you can select one LED in your Digital LED Chain.
|
||||||
It will flash slowly after startup, when it waits for communication setup by LinuxCNC.
|
- It will flash slowly after startup, when it waits for communication setup by LinuxCNC.
|
||||||
It will glow constantly when everything works.
|
- It will glow constantly when everything works.
|
||||||
it Will flash short when Connection was lost.
|
- it Will flash short when Connection was lost.
|
||||||
|
|
||||||
# Serial communication over USB
|
# Serial communication over USB
|
||||||
The Send and receive Protocol is <Signal><PinNumber>:<Pin State>
|
The Send and receive Protocol is <Signal><PinNumber>:<Pin State>
|
||||||
|
Loading…
Reference in New Issue
Block a user