Difference between revisions of "Talk:Serial Hack"

From LinuxMCE
Jump to: navigation, search
m (The main article is not your personal blog. Have the discussion and bring the best results to the article.)
(go find something usefull to do, instead of pestering people that actually add information)
Line 1: Line 1:
== Comments ==
+
When you figure out a better way, edit the article.  Until then this is just discussion.  [[User:Trout|Trout]] 08:06, 21 September 2007 (MST)
  
If someone out there has a better way of doing this, please post it here! -AVJohn
+
When you have something usefull to add for a change, edit the article. Otherwise, quit pestering the people that do --[[User:Zaerc|Zaerc]] 12:59, 21 September 2007 (MST)
 
+
----
+
How about:
+
cat >/usr/pluto/bin/ListSerialPorts.sh <<"EOF"
+
#!/bin/bash
+
+
tree -fi /dev | grep ttyS
+
tree -fi /dev | grep ttyUSB
+
EOF
+
+
That should overwrite the file in one go, without having to use vi.
+
--[[User:Zaerc|Zaerc]] 04:53, 20 September 2007 (MST)
+
 
+
 
+
When you figure out a better way, edit the article.  Until then this is just discussion.  [[User:Trout|Trout]] 08:06, 21 September 2007 (MST)
+

Revision as of 20:59, 21 September 2007

When you figure out a better way, edit the article. Until then this is just discussion. Trout 08:06, 21 September 2007 (MST)

When you have something usefull to add for a change, edit the article. Otherwise, quit pestering the people that do --Zaerc 12:59, 21 September 2007 (MST)