Omnimaga

Calculator Community => TI Calculators => Calculator C => Topic started by: Nick on January 29, 2013, 12:36:49 pm

Title: Nspire RS232 communication
Post by: Nick on January 29, 2013, 12:36:49 pm
Hi

I was looking for some tutorial or example code about the RS232 reading/writing stuff from the Nspire, but I did not find anything yet (I found the stuff on hackspire, but there's no code there if I'm not mistaken)
Has someone written some code to do this?

What I want to do is reading and writing from/to the serial port, because of the reading part it has to be done in C, unless there's another solution I don't know about.

Thanks
Nick
Title: Re: Nspire RS232 communication
Post by: lkj on January 29, 2013, 12:42:37 pm
nspireio has uart_getc() and uart_getline() implementations.
Title: Re: Nspire RS232 communication
Post by: Nick on January 29, 2013, 02:18:45 pm
nspireio has uart_getc() and uart_getline() implementations.
Thanks, never realised that