IRC #olimex 2015-11-11

[13:49:57] <Super_guest> hi guyz
[13:50:10] <Super_guest> wondering if i can use the olimexino stm32 as a serial to com device..
[13:50:18] <Super_guest> for linux, without the ide
[13:50:32] <Super_guest> can i straight away read write into the ttyACM0?
[13:52:46] <Super_guest> i guess i could test it out..
[13:53:31] <nedko> serial to com?
[13:53:36] <Super_guest> yes
[13:53:41] <nedko> what is the difference?
[13:53:42] <Super_guest> from the pins of UART 1
[13:53:51] <Super_guest> relay that over usb to my linux terminal
[13:53:53] <nedko> uart to rs232?
[13:53:56] <Super_guest> isntead of maple ide
[13:57:41] <Super_guest> hmm
[13:57:48] <Super_guest> the ttyAMC0 giving me permission denied
[13:58:16] <Super_guest> oh sudo and i can read
[13:58:18] <Super_guest> easy as pie ;D
[13:58:20] <Super_guest> thank u ;D
[13:58:30] <Super_guest> works out of the box ;D
[13:59:08] <Super_guest> now i can test of if my termios script will work thanks to this ;D