<div dir="ltr"><div><div><div><div><div>For the record, the Arduino 'ADD' option was used on installation of the Arduino IDE and it worked fine on selecting the serial board ttyUSB0 at 9600 baud.<br><br></div>the CR+NewLine option worked well to.<br><br></div>It would not go faster than 9600 baud.<br><br></div>However it solved the problem immediately !<br><br></div>Many many thanks !<br><br>:  )))<br><br></div>Tim_1<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 26 November 2014 at 22:04, Tim Moore <span dir="ltr"><<a href="mailto:timmoore47@gmail.com" target="_blank">timmoore47@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Many thanks Justin ! Greatly appreciated !<br><br></div>I'll try the arduino first as it seems friendly !<br><br>:  ))))<br><br></div>Tim_1<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 26 November 2014 at 21:19, Justin Mitchell <span dir="ltr"><<a href="mailto:justin@discordia.org.uk" target="_blank">justin@discordia.org.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Wed, 2014-11-26 at 21:14 +0000, Tim Moore wrote:<br>
> OT but I'm trying to get my usb serial port to send and receive data<br>
> using minicom or cutecom.  Using Ubuntu 14.04<br>
><br>
><br>
> I seem to think selling it that 'ttyUSB0' does the trick but nothing<br>
> I've tied works.<br>
><br>
><br>
> I've connected TX and RX together so what I type get reflected back.<br>
<br>
</span>Depending on the brand it will either be /dev/ttyUSB0 or /dev/ttyACM0<br>
look at the end of the 'dmesg' command to see what device it was<br>
assigned when it was plugged in (replug if necessary).<br>
<br>
you will also need permission on the device, i dont know about that<br>
ubuntu specifically but if you do an 'ls -l' on the device file you will<br>
usually find its in group 'dialout' or 'uucp'<br>
<br>
which ever it is, add your username to that group in /etc/group<br>
when you login again yu should now have write permission to those files.<br>
<br>
check to see if ModemManager is running, if it is ypu need to kill it,<br>
and disable/uninstall it somehow, it is a bit dumb and assumes that all<br>
serial ports have modems on the end of them, grabs the serial port and<br>
shoves AT commands down it, so kill it off.<br>
<br>
with all those fixed you should have more luck<br>
you can also use the 'serial monitor' feature inside the arduino editor,<br>
it doesnt have to be an arduino connected, its just a serial terminal<br>
program.<br>
<div><div><br>
<br>
<br>
_______________________________________________<br>
Hackspace mailing list<br>
<a href="mailto:Hackspace@swansea.hackspace.org.uk" target="_blank">Hackspace@swansea.hackspace.org.uk</a><br>
<a href="http://swansea.hackspace.org.uk/mailman/listinfo/hackspace" target="_blank">http://swansea.hackspace.org.uk/mailman/listinfo/hackspace</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>