Re: [M100] serial connection issue

2018-09-10 Thread Brian White
Use LaddieAlpha or mComm or dlplus for that.

On Sun, Sep 9, 2018 at 11:24 PM Jesus R  wrote:

> I'm trying to load software downloaded from the internet.
>
> *Josh Malone* josh.malone at gmail.com
> 
> *Sun Sep 9 14:15:11 PDT 2018*
> --
>
> What's the actual thing that you are trying to accomplish? Why are you 
> involving V-T?
>
>

-- 
bkw


Re: [M100] serial connection issue

2018-09-09 Thread Josh Malone
What's the actual thing that you are trying to accomplish? Why are you
involving V-T?

On Sun, Sep 9, 2018, 16:31 Jesus R  wrote:

> Today I tested a different Windows computer running Virtual T and still no
> luck. I just can't push data from the PC to my T100/T102?
>


Re: [M100] serial connection issue

2018-09-07 Thread Jesus R
Thanks Jeff. I tried it as a check and was surprised it worked there.

Oh - nevermind. I saw that you already verified your basic serial
stuff in putty.


On Fri, Sep 7, 2018 at 7:26 PM, Jesus R  wrote:

> Yes. I can and it works fine in both directions.
>
>
> Can you pass data in both directions from a simple serial terminal on
> your PC? Without flow control involved on either end?
>
> Try "cool term" if you need a Windows serial terminal that's easy to
> deal with. If you can't pass traffic or you get serial framing errors,
> you might have a bad serial port / UART on your Model 100.
>
> -Josh
>
>
> On Fri, Sep 7, 2018 at 6:55 PM, Jesus R  wrote:
>
>> Hi Ken, that log displays the content of the data I'm trying to transfer.
>> It looks like
>> it's trying.
>>
>> Thanks.
>>
>> JR
>>
>> Hi JR,
>>
>> Also, in VirtualT, under the Tools -> Peripheral Devices -> COM tab,
>> there is an "Enable Capture" checkbox that will cause all RX and all TX
>> data flowing through the COM port to be displayed. You can check if
>> BASIC is actually sending data to the UART by checking this capture report.
>>
>> Ken
>>
>>
>> On Fri, Sep 7, 2018 at 6:52 PM, Jesus R  wrote:
>>
>>> John, I tried the flow control setting and no difference.
>>>
>>> Probably flow control or vt settings.
>>>
>>> Make sure vt is configured for a real com port not Tpdd Or something else.
>>>
>>> Might need to check flow control in VT.
>>>
>>> -- John.
>>>
>>>
>>>
>>
>


Re: [M100] serial connection issue

2018-09-07 Thread Jesus R
Yes. I can and it works fine in both directions.


Can you pass data in both directions from a simple serial terminal on
your PC? Without flow control involved on either end?

Try "cool term" if you need a Windows serial terminal that's easy to
deal with. If you can't pass traffic or you get serial framing errors,
you might have a bad serial port / UART on your Model 100.

-Josh


On Fri, Sep 7, 2018 at 6:55 PM, Jesus R  wrote:

> Hi Ken, that log displays the content of the data I'm trying to transfer.
> It looks like
> it's trying.
>
> Thanks.
>
> JR
>
> Hi JR,
>
> Also, in VirtualT, under the Tools -> Peripheral Devices -> COM tab,
> there is an "Enable Capture" checkbox that will cause all RX and all TX
> data flowing through the COM port to be displayed. You can check if
> BASIC is actually sending data to the UART by checking this capture report.
>
> Ken
>
>
> On Fri, Sep 7, 2018 at 6:52 PM, Jesus R  wrote:
>
>> John, I tried the flow control setting and no difference.
>>
>> Probably flow control or vt settings.
>>
>> Make sure vt is configured for a real com port not Tpdd Or something else.
>>
>> Might need to check flow control in VT.
>>
>> -- John.
>>
>>
>>
>


Re: [M100] serial connection issue

2018-09-07 Thread Jesus R
Hi Ken, that log displays the content of the data I'm trying to transfer.
It looks like
it's trying.

Thanks.

JR

Hi JR,

Also, in VirtualT, under the Tools -> Peripheral Devices -> COM tab,
there is an "Enable Capture" checkbox that will cause all RX and all TX
data flowing through the COM port to be displayed. You can check if
BASIC is actually sending data to the UART by checking this capture report.

Ken


On Fri, Sep 7, 2018 at 6:52 PM, Jesus R  wrote:

> John, I tried the flow control setting and no difference.
>
> Probably flow control or vt settings.
>
> Make sure vt is configured for a real com port not Tpdd Or something else.
>
> Might need to check flow control in VT.
>
> -- John.
>
>
>


Re: [M100] serial connection issue

2018-09-07 Thread Jesus R
John, I tried the flow control setting and no difference.

Probably flow control or vt settings.

Make sure vt is configured for a real com port not Tpdd Or something else.

Might need to check flow control in VT.

-- John.


Re: [M100] serial connection issue

2018-09-06 Thread Ken Pettit

Hi JR,

Also, in VirtualT, under the Tools -> Peripheral Devices -> COM tab, 
there is an "Enable Capture" checkbox that will cause all RX and all TX 
data flowing through the COM port to be displayed. You can check if 
BASIC is actually sending data to the UART by checking this capture report.


Ken

On 9/6/18 5:22 PM, John R. Hogerhuis wrote:

Probably flow control or vt settings.

Make sure vt is configured for a real com port not Tpdd Or something 
else.


Might need to check flow control in VT.

-- John.



On Thu, Sep 6, 2018, 4:56 PM Jesus R > wrote:


Team, I have a strange issue. I'm able to pass data from my m102
to my PC running VirtualT. I'm in Basic on the M102 and I'm using
VirtualT in Basic on the PC both set to SAVE/LOAD via COM:58N1E.
The PC has a USB to serial cable connected to a null modem 9 pin
to 25 pin cable in series. I'm able to send data from the M102 to
the PC, but not the other way around? I get on OK, but no data
transfer over.

Also, I'm able to connect both machines via Telcom on the M102 and
Putty on the PC and talk back and forth between the two computer.

Thank you in advance,

Jesus R





Re: [M100] serial connection issue

2018-09-06 Thread John R. Hogerhuis
Probably flow control or vt settings.

Make sure vt is configured for a real com port not Tpdd Or something else.

Might need to check flow control in VT.

-- John.



On Thu, Sep 6, 2018, 4:56 PM Jesus R  wrote:

> Team, I have a strange issue. I'm able to pass data from my m102 to my PC
> running VirtualT. I'm in Basic on the M102 and I'm using VirtualT in Basic
> on the PC both set to SAVE/LOAD via COM:58N1E. The PC has a USB to serial
> cable connected to a null modem 9 pin to 25 pin cable in series. I'm able
> to send data from the M102 to the PC, but not the other way around? I get
> on OK, but no data transfer over.
>
> Also, I'm able to connect both machines via Telcom on the M102 and Putty
> on the PC and talk back and forth between the two computer.
>
> Thank you in advance,
>
> Jesus R
>