|
|
|
Use 'screen' as a serial terminal emulator
Here is an addition I made to select the serial port and the baud rate:
set baudRate to (choose from list baudList default items {38400})
tell application "Terminal"
set serialDevices to (do shell script "ls /dev/cu*")
set theDeviceList to (paragraphs of serialDevices) as list
set theDevice to (choose from list theDeviceList)
do script "screen " & theDevice & " " & baudRate
display dialog "To quit you terminal session type then "
end tell
Edited on Jun 05, '10 09:40:56AM by crarko
Use 'screen' as a serial terminal emulator
the second to last line should have been:
Use 'screen' as a serial terminal emulator
The second to last should have read:
|
SearchFrom our Sponsor...Latest Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2013 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Powered by Geeklog Created this page in 0.09 seconds |
|