K8055 Velleman
LA6WNA
Posts: 138
in Propeller 1
Hi
My son has got this PC interface board from Velleman as a scool project. He has finished the K8055 board and got it working with his laptop via USB. He showed me the project and I was imediately thinking; could this board be driven directly by a Propeller 1? Has anyone out there tried anything like this before? The K8055 uses DLL to communicate with PC software.
Here is the actual board: https://www.velleman.eu/products/view/?id=351346
My son has got this PC interface board from Velleman as a scool project. He has finished the K8055 board and got it working with his laptop via USB. He showed me the project and I was imediately thinking; could this board be driven directly by a Propeller 1? Has anyone out there tried anything like this before? The K8055 uses DLL to communicate with PC software.
Here is the actual board: https://www.velleman.eu/products/view/?id=351346
Comments
My experimenting these days is about buying the cheap surface mount i/o boards from ebay (there are 100s of types), fitting them with .1" pins and plugging them into sockets on experimenters pcb ( the sort with isolated solder pads). The circuit is wired together on the solder pad side with thin single strand wire. That way, much of a project remains reusable for new projects, a bit like lego.
In the attached picture, is a small labview program I wrote in about 20 mins this afternoon which sends text based commands to a Propeller. In the left While loop, any time the Frequency control changes, a string is sent to tachyon - it has just sent '1600000 RFtune <cr>', as i wanted to tune the SI5351 to 1.6MHz that the propeller had been programmed to control in tachyon forth. In the While loop on the right, you can see any replies are displayed in the Reply string display ( Just tachyon cmd prompt here). Both While loops are running at the same time and independent of each other - trivial to do in labview, but much less obvious and less easy in other languages. Although it doesn't show, my mouse cursor was hovering over the 'Configure serial port' vi. I have turned on Context help, which pops up a Context help window - a summary of the inputs and outputs - i don't have to remember anything about it. If I want more help, then pressing 'Detailed help' gives me everything about that function. Hovering over any function in the menu system also shows the same thing. Very useful whether beginner or expert, much less memorised knowledge needed to write labview than any text language.
73 de Bob
Hi Bob,
I'm new to Labview and wish to control an IS5351 with a vi. I have both K8055 and P1. wondering if you could post more details of your work with tachyon and Labview vi. Thanks.
Andy