Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.
Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
Try Vertex AI Free
Build on Google Cloud with $300 in Free Credit
New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
The command-line tool allows to upload your 6809-binaries to a Vectrex game console provided that you got the VecMulti card by Richard Hutchison.
Usage: vecmultiupload DEVICE BINARY
Example: ./vecmultiupload /dev/ttyUSB0 demo.bin
The vectrex test rom demo.bin is included. You are free to use the few lines of code for any purpose may it be private or commercial. Millitary usage however, is strictly forbidden :)
...Objective is to separate the user application from the tedious management of the device (eg. constant polling to prevent their reset function, USB interaction requirements).
A /dev device is created per chain through which applications can read/write status and commands. A command-line tool is included to assist with testing and to illustrate the /dev interface.
Built with information from various sample coding done by others over the years, who are referenced in the code comments - many thanks to those that have gone before me.