In SX Microcontrollers, SX/B Compiler and SX-Key Tool, herold wrote: Hello Jon or Bean, I got my USB2Ser device today: http://www.parallax.com/detail.asp?product_id=28024 and plugged it onto the SX board. But I can't get data out of it! In the documentation to the USB2SER it says that the red and green LED's for TX & RX activity light up. I use this simple basic program: DEVICE SX28, OSCHS3, TURBO, STACKX, OPTIONX FREQ 50_000_000 InPin VAR RB.0 ' Change this to whatever pin you want to monitor SOutPin VAR RB.1 ' Change this to whatever pin you want serial output from Temp VAR BYTE PROGRAM Start Start: INPUT InPin Again: Temp=InPin SEROUT SOutPin, N115200, Temp GOTO Again ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=79610#m80572 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2005 (http://www.dotNetBB.com)