-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access to USB / Serial #3
Comments
I too want to know this! I haven't figured it out yet but this is just a log of what I've got so far. According to https://www.robot-electronics.co.uk/files/iceFUNdoc.pdf
From my system it seems like this is over at /dev/ttyACM0 (I found this mostly by luck actually... this disappeared when I disconnected the board) I used moserial to connect to this, at the recommended 1 start, 8 data, 1 stop, no parity. I added Changing blinky just a bit to use
as the counter. And then sending over data at any speed results in nothing. I thought I'd at least get a couple here. It seems like transmitting data will be a bit trickier. Instead using Does get me two leds lit up, but no further change. Seems like it comes from the initial connection..? I will have to check further. I'm kinda stuck here actually, will try again in a bit. |
One other problem I have is that after connecting to |
I think you're correct in saying serial is not passed through the USB. I've talked to some helpful people and they said that the PIC deals with the AD1, AD2, AD3 and AD4 pins. My guess is that these pins go to the PIC and then to the fpga, which is the "4 * 10-bit analogue channels" the PIC provides. And then the FPGA has to talk serial to the PIC in order to get these values. Which is a shame! So I think we'll have to use a seperate cable in order to get a serial communication from the PC to fpga. |
Yes. Sorry for the late answer. I gave up and used a cheap FT232RL. No answers from the makers of iceFun. Neat fpga anyway. |
I did send them an email and got a really quick reply (thanks Chris!)
I'm intrigued by "Whilst this could be added". (I assume something with reprogramming the PIC) Anyway i found a serial USB cable as well so not too big of an issue for when debugging |
too bad that the PIC firmware is not opensource, then you could build in the feature yourself in case someone needs verilog code for the ADC: |
Is it possible to output some serial thru the pic to the USB port ? The use of TX and RX (4 and 5) seems dedicated to the AN ports access - that is not echoed thru the pic to the USB (or so it seems)
Using a FTDI to USB extra converter connected to some pins is always possible of course but really a bad solution if the onboard USB is available thru FPGA pins. Is it ? Is the use of the PIC preventing a direct access to the USB for the FPGA ? by design ?
the IceFun is a very neat and affordable FPGA but as all FPGA, for debugging and design purposes, there should be a way to input / output some text thru the USB.
Can you help ? :-)
Thank you.
G.
The text was updated successfully, but these errors were encountered: