I'm having trouble with AX 2012, my point is that I must interface a RS-232 scale in Dynamics.
I've got working discrete mode (open port, take current weight, close port) so COM port config is fine.
My problem is when implementing continuous mode (read continuously from port, and do the logic to weight multiple items, without user having to click on anything), while i'm reading port, the UI is frozen, even can't click a button to stop the process.
My question is: can this be done with another thread not blocking the main (UI) thread?
I was reading the documentation and can't find anything in clear. IMHO, I think that doing it all in only one thread won't do the trick.