Skip to main content

Questions tagged [emulation]

Emulation is the process of using software to "fake" how a piece of hardware will act in certain circuits with different firmware on the chips.

Filter by
Sorted by
Tagged with
0 votes
0 answers
76 views

I am trying to build a USB Host-side serial port emulator, similar to HyperTerminal or TeraTerm, to run on an Arduino platform. That is, to send and receive ASCII characters to and from a USB Serial ...
Woodrow Bonewright's user avatar
1 vote
0 answers
159 views

I am using a custom version of the DigiKeyboard library, to use a Digispark as a keyboard in the BIOS. It works on most computers, but HP 730 Thin clients dont recognize it as a keyboard. Below is the ...
DigiKeyPress's user avatar
0 votes
0 answers
237 views

I'm building a system to monitor several 3d printers, but I just have 1 printer. I'm thinking if there is any opensource tool to launch several virtual Arduino based boards running with Marlin ...
efirvida's user avatar
  • 111
0 votes
2 answers
3k views

I play with Arduino Micro. I write my programs in directly in machine code, in binary editors (yes, I know that there are more easy ways to program an Arduino, I do it for fun and learning). Often my ...
user983447's user avatar
1 vote
0 answers
81 views

Hello fellow Arduino enthusiasts, I created an Arduino project for a Mega2560 board in Microsoft Visual Studio. Before loading the code on the board I want to test it on my Windows desktop computer. ...
BooleanAssange's user avatar
0 votes
2 answers
195 views

I have ordered my Arduino, but it is not going to arrive until 2 months, and I would like to be able to emulate a COM connection to the emulated Arduino. I am writing a program that listens on the com ...
geek1011's user avatar
  • 101
3 votes
2 answers
6k views

Is there an Arduino Simulator or Emulator or cross-compiler to native Mac executable that runs directly under Mac OS X, and does NOT require a Windows or Linux VM or an active internet connection for ...
hotpaw2's user avatar
  • 287
0 votes
1 answer
226 views

I stumbled upon this question here, so I tried the Codeblocks alternative. After opening an Arduino Project, and leaving all options to default, I ran the Arduino version of the Hello World. A popup ...
MikhailTal's user avatar
245 votes
13 answers
475k views

I would like to start the development of some basic Arduino projects but I don't own an Arduino board yet. Is there a way I can write my code and emulate/test it using a desktop computer so after my ...
totymedli's user avatar
  • 2,929