Teensy Command Line Loader Help - Willing to Pay

Status
Not open for further replies.

mendez

Active member
Hello,

I need help in making a custom Command Line loader for my Teensy. I download it the MinGW but I'm stuck. I understand this is for advance users; thus, can someone send me a message with a price for developing the makefile?

Specs:
-Run on Windows
-Be able to specify the hex filename for uploading

Thanks!
 
Yes, I saw that page on PJRC; the problem I have is that I don't know how to make the actual CMD (or Makefile). If one of you can do it; please let me know how much will cost.
 
Assuming windows
gcc -O2 -Wall -s -DUSE_WIN32 -o teensy_loader_cli.exe teensy_loader_cli.c -lhid -lsetupapi
or the makefile in above github
 
if that still not works, post your PID & VID.. I can compile it for you.
(but i have no time to give further support - i'll just compile it, ok?)

edit: if you want to pay - don't pay me.. just promise to buy some Teensy :)
 
Hi Frank,

Here are the two I need:

VID=16D0, PID=0E8E
VID=16D0, PID=0C2B

Thank you so much! and I promise that I will keep buying Teensy!
 
Status
Not open for further replies.
Back
Top