Change Release Notes
This ARC update introduces a fantastic new feature to extend single scripts for event triggers. Until now when an event was triggered, it would execute only a single script command. Now you can add multiple scripts to a single command. Keep in mind, these are still "Event Triggers" and not complete scripts. This is how event trigger programming works in software - while a trigger is executing, it blocks all other commands until it has completed. This means you should not perform time intensive commands (i.e. loops and waits, etc).
- All Event Triggers now support multiple EZ-Script lines
- SendSerial() command no longer disconnects EZ-B if more than 9 characters are sent
Enjoy
ARC Downloads
ARC
FREE- 1 third-party plugin skill per project
- Trial cloud services
- Personal, DIY & education use
- Updated every 6–12 months
ARC
PRO- Use on 2+ PCs simultaneously
- Unlimited robot skills
- Cloud backup & revision history
- Weekly features & bug fixes
- Business use permitted
ARC
RUNTIME- Load & run any ARC project
- Read-only mode
- Unlimited robot skills
- Includes early access fixes & features
- Minimum requirements: Windows 10 or higher, 2 GB RAM, 500 MB free disk space.
- Recommended: Windows 10 or higher, 8 GB RAM, 1 GB free disk space.
- Prices are in USD.
- More about each edition: Download & install guide.
- Latest changes: Release notes.
Compare Editions
| Feature |
ARC
FREE
|
ARC
PRO
|
|---|---|---|
| Get ARC Free | View Plans | |
| Usage | Personal · DIY · Education | Personal · DIY · Education · Business |
| Early access to new features & fixes | — | ✓ |
| Simultaneous microcontroller connections * | 1 | 255 |
| Robot skills * | 20 | Unlimited |
| Skill Store plugins * | 1 | Unlimited |
| Cognitive services usage ** | 10 / day | 6,000 / day |
| Auto-positions gait actions * | 40 | Unlimited |
| Speech recognition phrases * | 10 | Unlimited |
| Camera devices * | 1 | Unlimited |
| Vision resolution | max 320×240 | Unlimited |
| Interface builder * | 2 | Unlimited |
| Cloud project size | — | 128 MB |
| Cloud project revision history | — | ✓ |
| Create Exosphere requests | — | 50 / month |
| Exosphere API access | — | Contact Us |
| Volume license discounts | — | Contact Us |
| Get ARC Free | View Plans |
* Per robot project
** 1,000 per cognitive type: vision recognition, speech recognition, face detection, sentiment, text recognition, emotion detection, azure text to speech
Upgrade to ARC Pro
ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.


On the second send it will disconnect on me.
I've rebooted, .Net was just updated the other day.
If i only send 8 characters I can send it multiple times with no problems.
If I add in a 9th character it will send once, then on the second or third send it disconnects.
@DJ - I can now send a max of 13 characters before the EZ-B will lockup. My Script is:
SendSerial(D3, 9600, "sHello Charle", 0x0d)
If I add to the script:
SendSerial (D3, 9600, 0x0D) Sleep(20) SendSerial(d3, 9600, "sHello Charle",0x0d) Sleep(20)
It causes the EZ-B to lockup, blue light does not come on anymore and the red BT light starts blinking.
Is there anything else you want me to try with this? I am wondering if I need to add a resistor to it.
This is also happening on the Serial LCD module I have.
You do not need to add a resistor. I cannot reproduce these errors on any of our computers. I'll try looking at it later - i'm driving blind.
I can make a vid?
@DJ - okay, I appreciate it. Thank You
@Lumpy seeing the failure won't help. It's about watching the insides of windows
No problem. Just trying to help.
To brighten your day!