Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 760 Bytes

File metadata and controls

18 lines (14 loc) · 760 Bytes

VEXnetDriver

Driver to communicate using the VEX Packet Protocol on the VEXnet.

Purpose

The purpose of this project is to create a driver (primarily for computers) to allow communication on the VEXnet.

How to use

The driver is in early development and is currently incomplete. Initial testing with sending and receiving packets have succeeded. It should be possible to fully emulate the VEX partner controller at this stage.

External Documentation

VEX Packet Protocol

Acknowledgement

jSerialComm

Thanks to Fazecast, Inc. (Fazecast) for the serial library