Interesting tool find
Beau Schwabe
Posts: 6,568
I found an interesting software tool that basically creates a communication bridge between multiple devices...
Serial Port
File
Keyboard
TCP/IP
Virtual Keyboard
Each Bridge is capable of connecting to any other device, for example:
1) A File and the Serial port configured together can allow a Stamp, Propeller, etc. to create and build (append) a file directly on a PC
2) A Serial port configured directly to the keyboard allows you to send data from the Stamp, Propeller, etc. as if you were typing right at your console.
...Haven't tried this for TCP/IP yet but you can. In the configuration it allows you to specify an IP address and a port number.
The Trial version will timeout after about 20 minutes, but the full license is a one time cost of $35.
Download
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Serial Port
File
Keyboard
TCP/IP
Virtual Keyboard
Each Bridge is capable of connecting to any other device, for example:
1) A File and the Serial port configured together can allow a Stamp, Propeller, etc. to create and build (append) a file directly on a PC
2) A Serial port configured directly to the keyboard allows you to send data from the Stamp, Propeller, etc. as if you were typing right at your console.
...Haven't tried this for TCP/IP yet but you can. In the configuration it allows you to specify an IP address and a port number.
The Trial version will timeout after about 20 minutes, but the full license is a one time cost of $35.
Download
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Comments
Do you mean that if you were to send the ASCII character for "a" from the prop through the serial port, that the computer would see it as if someone pushed "a" on their keyboard?
Yes, I just did a "Hello World" test from the BS2 right into Windows Notepad.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
That is too neat.......I did download it...but haven't played with it at all.
James L
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
James L
Partner/Designer
Lil Brother SMT Assembly Services
Are you addicted to technology or Micro-controllers..... then checkout the forums at Savage Circuits. Learn to build your own Gizmos!
A couple good programs have been written for Serial:-:TCP/IP which are free.
(Even a hayes modem emulator.)
If he'd license to the user instead of the machine, he'd get my $35.00
Looks like there is a "lite" version which does serial-->Keyboard on his website.
www.billproduction.com/screenshot_lite.jpg
www.billproduction.com
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Visit the: The Propeller Pages @ Warranty Void.
20 minutes, it takes me longer than that to do anything.
Never seen a trial period that short, is that for real?
Roger
Post Edited (Roger Lee) : 10/23/2009 2:46:25 AM GMT
After 20 min, all you have to do is restart the program... I'm sure there is a clever way, due to the nature of the program (hint), that it could be told to restart itself before it timed out. But for $35 you wouldn't need to manage a restart procedure.
I do think it's a decent program, worth $35, but that's just my opinion.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
What I did Notes:
1) You want to load the BS2 program first, and then disconnect power to the BS2
2) Configure the Bridge tool for your Serial port and your Keyboard
3) Open up a Notepad window and make sure that it has focus <- VERY IMPORTANT ... but you can specify a target Window
4) Power up the BS2, and you should see the Notepad fill up with "Hello World"
Note:
I'm sure you can, but I haven't figured it out yet.... sending special keyboard codes.
There might even be an option under the Keyboard configuration that allows for you to send RAW keyboard scan codes.
BS2 Code
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Looked like a 20 minute trial at first glance.
I had a brain cramp.
I've seen a timeout before, and I should have taken one before posting.
Three of the·control characters are "%" for the Alt key , "^" for Ctrl and "~" for enter.....for example Alt F A (file save as) would be "%fa"
It would be interesting to know if this works with·the app you are using.
Jeff T.
it'd be much easier to use AutoHotKey to restart it and do the rest !
See recent new thread on same:
http://forums.parallax.com/forums/default.aspx?m=395759&f=15&p=1#m395761
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔