Hi,
I've try to install tensyduino using arduino 1.5.8 and 1.6 but fail some files like rxtxSerial.dll and wrong size of pbe.jar.
Then i've installed the Arduino 1.0.5r2 and overwite the foder...
Type: Posts; User: WaltZie
Hi,
I've try to install tensyduino using arduino 1.5.8 and 1.6 but fail some files like rxtxSerial.dll and wrong size of pbe.jar.
Then i've installed the Arduino 1.0.5r2 and overwite the foder...
Find the ERROR!
missing the strdup
command[index] = dato;
must be
command[index] = strdup(dato);
Tnx :)
Hi,
i've a strange behavior in the following code and i don uderstand why the string array does not contain the right values.
#define MAX_COMMANDS 10
#define MAX_COMMAND_LEN 24...
Very noob question ...
I'm using Arduino 1.0.5 with Tensyrduino and all work well, but i'm not capable of put library inside my sketch correctly ...
I've create a directory inside my "test_lib"...
Dear Paul,
i've found a c# sample that confirm your test here (http://roofman.wordpress.com/2012/09/13/fast-serial-communication-for-c-real-time-applications/)
What I need to do is to use it &...
Thanks I try to follow your suggestions ... your test code work perfectly!
I need to found a way to get best performance in data transfert from teensy and c# lib (max throughput!)
Thanks
Dear all,
i cannot replicate the maximum speed available by USB Serial port!
I'm expect 820kbytes/sec but i got 7,5kbytes/sec !!! :confused:
here is my test program (client and server)....
Hi I've found the issue... it's my fault!
I used LED Blinking for 1 millisec to visualize data receiving ... this means that for each packet i add 1ms to led ON and 1ms to LED OFF ... this add a lot...
Hi,
I've found a simple nice hid .net library and i've build a simple transfert rate test tool... but i've got 1000 sent 63byte in about 3 sec...
It seems too much!
It's correct or there is a...
Hi,
I'm testing the multithread library NilTROS (http://code.google.com/p/rtoslibs/) but i go strange erros on Arduino 1.0.5:
but i get the following error:
error: 'NilSerial' was not...
Hi,
It's just arrived the teensy 3.0 board (fast delivery)
I've try it with Teensy.Exe loading blink sample with no problem.
Then i've try to use Arduino 1.0.5 and follow the instructions...
Is it possible to replace the the MCU with analogue or it will require a new Teensy module?
http://www.ti.com/product/msp430f5638 (MSP430F5638IPZR Ineed Ultra Low consumption)
or...
Thanks much :)
Is it possible to use directly Cortex-M4 ASM instructions?
; convert to uppercase:
; upper case letter do not have
; third bit set, for example:
; 'a' : 01100001b
Dear all,
i'm noob with teensy, and i'm approaching to it's utilizzation.
I'd like to uderstand how to make a simple uppercase function like the following:
char* upper(char *word)
{
int...