Matlab GUI Problem
Is it possible to write the matlab GUI that link to 8051
microcontroller through the serial port? Anyone know about it? Anyone
have the code about it? Thankxxxxxxx
.
Relevant Pages
- Re: communicate to external device via serial comms port
... Try the above link.Clearly explained examples of communicating to the ... serial port using microcontroller. ... Prev by Date: ... (microsoft.public.vb.general.discussion) - Re: Writing pins to the RS232
... A serial port does not have data ports 0-n. ... So you slap a chip on between the UART and the RS232 pin that translates the voltages for you. ... UART (usually built into the microcontroller) ... I could use python to communicate serially to a BASIC stamp or a Javelin stamp and then use the stamp to set however many pins as 0's or 1's but should it be that hard to do with python. ... (comp.lang.python) - Re: Sensors and PocketPC
... pulses will be, but any high-rate (say, in excess of 100 pps, perhaps?), is ... purpose-built or a microcontroller (there are lots to choose ... to your PPC to display results could be done using a serial port on each ... device (assuming your PPC has that capability, ... (microsoft.public.pocketpc.developer) - bootloader in C
... The microcontroller gets the data over the serial port. ... Here's my code to configure the serial port under linux (I'm working on Suse ... while(read(sfd, &cbuf, 1)>0) { ... windows that works fine and I spied on its ... (comp.arch.embedded) - microcontroller bootloader in C
... The microcontroller gets the data over the serial port. ... Here's my code to configure the serial port under linux (I'm working on Suse ... while(read(sfd, &cbuf, 1)>0) { ... windows that works fine and I spied on its ... (comp.lang.cpp) |
|