Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: I found a Teensy 2.0 in my arcade parts. How do i program it?  (Read 1579 times)

0 Members and 1 Guest are viewing this topic.

equlizer

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 363
  • Last login:November 17, 2019, 02:56:48 am
  • All your base are belong to us
I found a Teensy 2.0 in my arcade parts. How do i program it?
« on: February 11, 2017, 06:05:25 pm »
I've been searching for over an hour now and I just want to make it look to windows as a keyboard.  I tried Kade loader, flip software.  I dont get the .hex crap :(

PL1

  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 9674
  • Last login:Today at 09:02:54 am
  • Designated spam hunter
Re: I found a Teensy 2.0 in my arcade parts. How do i program it?
« Reply #1 on: February 11, 2017, 07:47:14 pm »
I've been searching for over an hour now and I just want to make it look to windows as a keyboard.  I tried Kade loader, flip software.  I dont get the .hex crap :(
The .hex file is the compiled (machine-readable) translation of the human-readable/human-editable "sketch"/source code.

Some programs like Teensyduino compile the source code and upload the hex data into the Teensy's flash memory without saving a .hex file on your computer.

Other programs like FLIP just upload an already-compiled hex file.

Teensy has a unique bootloader that will only work with PJRC-compatible software -- it is definitely not KADE Loader/Mapper compatible.

If you scroll down on this page you'll find:
- Teensy Loader Application
- Software Development Tools

There are examples here of code that can make a Teensy into a keyboard.

For a variety of examples like this one, put "teensy mame keyboard sketch" or similar keywords into your favorite search engine.


Scott
« Last Edit: February 11, 2017, 07:49:19 pm by PL1 »