Click here to Skip to main content
15,886,199 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Dataset filter to show all records Pin
Mycroft Holmes12-Feb-08 15:59
professionalMycroft Holmes12-Feb-08 15:59 
Generalstay in same page with error msg else redirect to another page Pin
uglyeyes4-Feb-08 15:10
uglyeyes4-Feb-08 15:10 
GeneralRe: stay in same page with error msg else redirect to another page Pin
Christian Graus4-Feb-08 17:14
protectorChristian Graus4-Feb-08 17:14 
GeneralIO stream error Pin
codingrocks4-Feb-08 14:21
codingrocks4-Feb-08 14:21 
GeneralRe: IO stream error Pin
Christian Graus4-Feb-08 17:18
protectorChristian Graus4-Feb-08 17:18 
GeneralInterfacing vb.net and pseudo-embedded C Pin
supercat94-Feb-08 10:01
supercat94-Feb-08 10:01 
GeneralRe: Interfacing vb.net and pseudo-embedded C Pin
MikeMarq4-Feb-08 18:51
MikeMarq4-Feb-08 18:51 
GeneralRe: Interfacing vb.net and pseudo-embedded C [modified] Pin
supercat95-Feb-08 8:10
supercat95-Feb-08 8:10 
Perhaps I didn't make myself clear. My goal is to, during development, run on the PC the same source code that will be run on the target device, but with some different libraries to handle the I/O. I will also be wanting to have the PC talk to a real device, but that would come later.

The compile/build/execute cycle for PC code is much faster on the combile/build/burn/execute cycle necessary for an embedded system. Further, it's much easier to monitor the internal workings of a PC app than an embedded one. Perhaps I should use an ICE for development, but I've never had much luck with them.

As I think about things some more, it may be better to do the whole simulation thing in C; if I want to simulate the device talking to the PC, since the end-user application for that purpose will probably be written in VB, I could perhaps code the simulation app so that it would some bizarre TCP port at 127.0.0.1 was its serial port and then let the end-user app talk to it that way.

On the other hand, since the target system is in fact comprised of multiple processors (most of which will have fairly simple code), having the code run stubs on a PC that simply exchange TCP information on port 127.0.0.1 with a VB front end might not work too badly either. The one annoyance would be that I currently have a decent-looking version of the LCD coded in C (the C code was written for the purpose of generating the design to get the real custom LCD manufactured, but it can draw the display with selected segments enabled or disabled) and that would have to be redone for VB, but otherwise VB might be nicer.

modified on Tuesday, February 05, 2008 2:32:33 PM

Generalauto update update panel Pin
solarthur014-Feb-08 3:47
solarthur014-Feb-08 3:47 
GeneralRe: auto update update panel Pin
Christian Graus4-Feb-08 12:27
protectorChristian Graus4-Feb-08 12:27 
QuestionCan a Stored Proc works with Acces Pin
Vimalsoft(Pty) Ltd4-Feb-08 2:00
professionalVimalsoft(Pty) Ltd4-Feb-08 2:00 
AnswerRe: Can a Stored Proc works with Acces Pin
Steven J Jowett4-Feb-08 2:08
Steven J Jowett4-Feb-08 2:08 
GeneralRe: Can a Stored Proc works with Acces Pin
Vimalsoft(Pty) Ltd4-Feb-08 2:10
professionalVimalsoft(Pty) Ltd4-Feb-08 2:10 
AnswerRe: Can a Stored Proc works with Acces Pin
Guffa4-Feb-08 2:12
Guffa4-Feb-08 2:12 
GeneralEncrypting and Decrypting Files Pin
duo!@#4-Feb-08 1:39
duo!@#4-Feb-08 1:39 
GeneralRe: Encrypting and Decrypting Files Pin
Steven J Jowett4-Feb-08 2:19
Steven J Jowett4-Feb-08 2:19 
GeneralRe: Encrypting and Decrypting Files Pin
duo!@#5-Feb-08 0:18
duo!@#5-Feb-08 0:18 
GeneralRe: Encrypting and Decrypting Files Pin
Mark Churchill4-Feb-08 14:35
Mark Churchill4-Feb-08 14:35 
Generalexcel file... Pin
Naunt3-Feb-08 23:37
Naunt3-Feb-08 23:37 
GeneralRe: excel file... Pin
yogesh_kumar_agarwal4-Feb-08 1:02
yogesh_kumar_agarwal4-Feb-08 1:02 
GeneralRe: excel file... Pin
Naunt4-Feb-08 20:05
Naunt4-Feb-08 20:05 
AnswerRe: excel file... Pin
Scubapro4-Feb-08 1:17
Scubapro4-Feb-08 1:17 
GeneralRe: excel file... Pin
Naunt4-Feb-08 20:13
Naunt4-Feb-08 20:13 
GeneralDirectShow API with vb.net Pin
Rupesh Kumar Swami3-Feb-08 22:27
Rupesh Kumar Swami3-Feb-08 22:27 
GeneralRe: DirectShow API with vb.net Pin
Christian Graus4-Feb-08 12:27
protectorChristian Graus4-Feb-08 12:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.