I have a microprocessor with label Atmega168A2DPU in my SSC-32 that is being used for my Johnny 5 robot. I want to ask what kind of computer language can I use. C++? C? Basic? Which of these? The manual for the SSC-32 has a Basic Atom Programming Examples. What is the language being used in this example?
It is not clear what device you are talking about writing a program for.
If you are talking about programming the controller or computer attached to the serial port of the SSC-32 then you can use any language you like so long as it can send output it’s serial port.
If you are talking about re-programming the chip on the SSC-32… you would need a compiler that supports that chip, for whatever programming language you want to use, and a device to program the chip.
The '168 chip is programmed in C, if I’m not mistaken. Could be with the CodeViewAVR compiler as the first one, or a GNU compiler. Is that your question?