2

I started developing an application for a FEZ Panda device, using the .NET Micro Framework several weeks ago, on Windows.

As I really love GNU/Linux, I would like to use MonoDevelop to develop for this device. Fortunately, there is an add-in for Mono, that allows deploying .NET Micro Framework applications. Unfortunately, it does not support USB deploy, and my computer has no serial port (it is a laptop).

Do you have any solution about my problem?

Thank you in advance,

ProgVal

EDIT: If there is another way that is not using MonoDevelop, I would like to test it too.

dthorpe
  • 35,318
  • 5
  • 75
  • 119
Valentin Lorentz
  • 9,556
  • 6
  • 47
  • 69

1 Answers1

1

Use a USB to Serial adapter. Keep in mind that on most of these boards it is TTL not RS232 so you'll have to get a USB to TTL adapter.

They are usually very cheap. This one should work.

animuson
  • 53,861
  • 28
  • 137
  • 147
DontBeEvil
  • 26
  • 1