Language used by Electronic Language Translators
-
I was wondering what does it take on the coding part to make an Electronic Translators like the famous English-French Electronic Translators found in the market? In other words could it be any known programming language or is there a specific one for these electronic devices? Thanks YosiNYC
-
I was wondering what does it take on the coding part to make an Electronic Translators like the famous English-French Electronic Translators found in the market? In other words could it be any known programming language or is there a specific one for these electronic devices? Thanks YosiNYC
I was the oportunity to program that type of devices several years ago. I Worked with the chip MicroChip Brand, and that chips was programed in Cross-Assembler Language and C language. when you compile the program, you get a .obj, after you must to transfer that obj to the device through a interface. Cheers!!! Carlos Antollini.