M
Matt North
Guest
I need to decode ASCII characters into their binary format to use an ouput.
I was writing a 2D array with two integer type pointers for x,y which when
decoded into binary would give the ascii for that symbol.
I noticed however that standard.vhd has a character array which holds all of
the ascii characters, Leonardo decodes this into binary.
Is there anyway of getting to this conversion so that my code would convert
ascii characters into their decoded vector form?
P.S. This is for a project which drives a VFD, (traditionally done using a
micro) - if anyone has any experience of running VFD or Dot Matrix Displays
using VHDL, tips would be grately received.
Matt
I was writing a 2D array with two integer type pointers for x,y which when
decoded into binary would give the ascii for that symbol.
I noticed however that standard.vhd has a character array which holds all of
the ascii characters, Leonardo decodes this into binary.
Is there anyway of getting to this conversion so that my code would convert
ascii characters into their decoded vector form?
P.S. This is for a project which drives a VFD, (traditionally done using a
micro) - if anyone has any experience of running VFD or Dot Matrix Displays
using VHDL, tips would be grately received.
Matt