dusting off the prop
Hey guys, its been a while since i have had free time to work on a project and there is a lot i cant remember. My current problem is that i would like to output to a USB port, and i can not remember how to do this.. it sounds like it may be somewhat simple. I was wondering if there is a way to output to the prop plug that is used for programming the prop.. here should be a USB controller on there and if i can output and then write a program to monitor the port then i would be set.. i remember doing serial ports but i can not remember if i have done USB yet. Any leads or reminders would be appreciated!

Comments
On my system I simply open /dev/ttyUSB0 and talk to it same as I would a serial port. I have the propeller talk on pins 31 and 30 and it's all good.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cardinal Fang! Fetch the comfy chair.
obj term: "FullDuplexSerial" pub main term.start(30,31,0,9600) ' ^ ^ please double check the order of the pins - I'm not sure if I remember it right without looking in the docs ....